wok diff libunique/receipt @ rev 16089
merge
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Mar 16 01:41:19 2014 +0100 (2014-03-16) |
parents | 4e1886a70bc2 |
children | 69c80106a6af |
line diff
1.1 --- a/libunique/receipt Fri Dec 16 15:42:01 2011 +0100 1.2 +++ b/libunique/receipt Sun Mar 16 01:41:19 2014 +0100 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Library for writing single instance application." 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="gtk+ cairo dbus-glib" 1.8 -BUILD_DEPENDS="pkg-config gtk+-dev glib-dev gobject-introspection-dev perl expat-dev" 1.9 +LICENSE="LGPL2.1" 1.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.11 WEB_SITE="http://live.gnome.org/LibUnique" 1.12 WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL" 1.13 1.14 +DEPENDS="gtk+ cairo dbus-glib" 1.15 +BUILD_DEPENDS="pkg-config gtk+-dev glib-dev gobject-introspection-dev perl expat-dev" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 @@ -25,7 +27,7 @@ 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs/usr/lib 1.24 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.25 - cp -a $_pkg/usr/lib/girepository-1.0 $fs/usr/lib 1.26 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.27 + cp -a $install/usr/lib/girepository-1.0 $fs/usr/lib 1.28 } 1.29