wok-next diff json-glib/receipt @ rev 19591
Up dialog (1.3-20160828).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Jan 21 15:37:43 2017 +0200 (2017-01-21) |
parents | f66acd3122e3 |
children | e70c0b9c5adf |
line diff
1.1 --- a/json-glib/receipt Sat Apr 28 21:40:19 2012 +0200 1.2 +++ b/json-glib/receipt Sat Jan 21 15:37:43 2017 +0200 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