Name: libcharset
Description: Character set conversion library
-Version: @SHERLOCK_VERSION@
+Version: @UCW_VERSION@
Cflags: -I${incdir}
Libs: -L${libdir} -lcharset
Requires: @DEPS@
Name: libimages
Description: Sherlock image library
-Version: @SHERLOCK_VERSION@
+Version: @UCW_VERSION@
Cflags: -I${incdir}
Libs: -L${libdir} -limages -lm -lpthread @LIBIMAGES_LIBS@
Requires: @DEPS@
Name: libshxml
Description: XML parser for Sherlock project
-Version: @SHERLOCK_VERSION@
+Version: @UCW_VERSION@
Cflags: -I${incdir}
Libs: -L${libdir} -lshxml
Requires: @DEPS@
# (c) 2005--2009 Martin Mares <mj@ucw.cz>
# Version of the whole package
-Set("SHERLOCK_VERSION" => "4.0.1-dev");
-Set("SHERLOCK_VERSION_CODE" => 4000000);
-Set("UCW_VERSION" => Get("SHERLOCK_VERSION"));
-Set("UCW_VERSION_CODE" => Get("SHERLOCK_VERSION_CODE"));
+Set("UCW_VERSION" => "4.0.1-dev");
+Set("UCW_VERSION_CODE" => 4000001);
# Compile everything with debug information and ASSERT's
UnSet("CONFIG_DEBUG");
Name: libucw
Description: A library of utility functions and data structures
-Version: @SHERLOCK_VERSION@
+Version: @UCW_VERSION@
Cflags: -I${incdir}
Libs: -L${libdir} -lucw ${threads} ${regex}