wok-next rev 7553
Add /usr/libgirepostiory-1.0 and /usr/share/gir-1.0 to json-glib packages.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Dec 08 10:34:40 2010 +0000 (2010-12-08) |
parents | 805e07198f66 |
children | fbb45e0b2d35 |
files | json-glib-dev/receipt json-glib/receipt |
line diff
1.1 --- a/json-glib-dev/receipt Wed Dec 08 10:29:51 2010 +0000 1.2 +++ b/json-glib-dev/receipt Wed Dec 08 10:34:40 2010 +0000 1.3 @@ -12,9 +12,10 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - mkdir -p $fs/usr/lib 1.8 + mkdir -p $fs/usr/lib $fs/usr/share 1.9 cp -a $_pkg/usr/include $fs/usr 1.10 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.11 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.12 + cp -a $_pkg/usr/share/gir-1.0 $fs/usr/share 1.13 } 1.14
2.1 --- a/json-glib/receipt Wed Dec 08 10:29:51 2010 +0000 2.2 +++ b/json-glib/receipt Wed Dec 08 10:34:40 2010 +0000 2.3 @@ -5,11 +5,11 @@ 2.4 CATEGORY="development" 2.5 SHORT_DESC="JSON-GLib is a library providing serialization and deserialization support for the JavaScript Object Notation" 2.6 MAINTAINER="mallory@sweetpeople.org" 2.7 -DEPENDS="glib" 2.8 -BUILD_DEPENDS="glib-dev" 2.9 +DEPENDS="libgio glib" 2.10 +BUILD_DEPENDS="glib-dev libgio-dev pkg-config gobject-introspection-dev" 2.11 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.12 WEB_SITE="http://live.gnome.org/JsonGlib" 2.13 -WGET_URL="ftp://ftp.gnome.org/pub/gnome/sources/json-glib/0.12/$TARBALL" 2.14 +WGET_URL="ftp://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" 2.15 TAGS="javascript" 2.16 2.17 # Rules to configure and make the package. 2.18 @@ -29,5 +29,6 @@ 2.19 { 2.20 mkdir -p $fs/usr/lib 2.21 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 2.22 + cp -a $_pkg/usr/lib/girepository-1.0 $fs/usr/lib 2.23 } 2.24