wok diff json-glib/receipt @ rev 17987

slitaz-base-files: up (267), fix HTTP POST form bug.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Apr 22 11:58:12 2015 +0300 (2015-04-22)
parents f66acd3122e3
children 6831608a1b2a
line diff
     1.1 --- a/json-glib/receipt	Sat Apr 28 21:40:19 2012 +0200
     1.2 +++ b/json-glib/receipt	Wed Apr 22 11:58:12 2015 +0300
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="JSON-GLib is a library providing serialization and deserialization support for the JavaScript Object Notation"
     1.6  MAINTAINER="mallory@sweetpeople.org"
     1.7 +LICENSE="LGPL2.1"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9  WEB_SITE="http://live.gnome.org/JsonGlib"
    1.10  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL"
    1.11 @@ -25,7 +26,7 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/lib
    1.15 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.16 -	cp -a $_pkg/usr/lib/girepository-1.0 $fs/usr/lib
    1.17 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.18 +	cp -a $install/usr/lib/girepository-1.0 $fs/usr/lib
    1.19  }
    1.20