diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2012-07-07 08:25:22 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2012-07-07 08:25:22 +0000 |
commit | b36e5c82c2fe95f183385cea37c852acf4641746 (patch) | |
tree | 43bcf77964113eaeb90f0eded447163c8349bade /lib/libexpat/generate_pkgconfig.sh | |
parent | 86b31eb11ac81388149dc4d1b3f5226ceafa3c08 (diff) |
actually, make this identical to what upstream expat ships nowadays by adding
a URL field and removing the empty Requires.
Diffstat (limited to 'lib/libexpat/generate_pkgconfig.sh')
-rw-r--r-- | lib/libexpat/generate_pkgconfig.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libexpat/generate_pkgconfig.sh b/lib/libexpat/generate_pkgconfig.sh index 8e72dd2644f..f2a9a6f75e4 100644 --- a/lib/libexpat/generate_pkgconfig.sh +++ b/lib/libexpat/generate_pkgconfig.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $OpenBSD: generate_pkgconfig.sh,v 1.1 2012/07/07 08:14:43 jasper Exp $ +# $OpenBSD: generate_pkgconfig.sh,v 1.2 2012/07/07 08:25:21 jasper Exp $ # # Copyright (c) 2010-2012 Jasper Lievisse Adriaanse <jasper@openbsd.org> # @@ -65,8 +65,8 @@ includedir=\${prefix}/include Name: expat Description: expat XML parser +URL: http://www.libexpat.org Version: ${lib_version} -Requires: Libs: -L\${libdir} -lexpat Cflags: -I\${includedir} __EOF__ |