Fix pkg-config file problems.
It's libcurl, and expat doesn't have a pkg-config file.
1.1 --- a/data/razor.pc.in Wed Jun 25 11:48:46 2008 -0400
1.2 +++ b/data/razor.pc.in Wed Jun 25 15:29:49 2008 -0400
1.3 @@ -6,7 +6,7 @@
1.4 Name: razor
1.5 Description: library for depsolving, installing and removing packages
1.6 Version: @VERSION@
1.7 -Requires: expat curl
1.8 -Libs: -L${libdir} -lexpat -lz -lcurl
1.9 +Requires: libcurl
1.10 +Libs: -L${libdir} -lexpat -lz -lrazor
1.11 Cflags: -I${includedir}/razor
1.12