wok-6.x diff geeqie/receipt @ rev 15104
xfsprogs: fix bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 14 16:27:42 2013 +0000 (2013-08-14) |
parents | e77aaed10422 |
children | f4c22f009037 |
line diff
1.1 --- a/geeqie/receipt Thu Mar 03 21:37:04 2011 +0100 1.2 +++ b/geeqie/receipt Wed Aug 14 16:27:42 2013 +0000 1.3 @@ -5,11 +5,13 @@ 1.4 CATEGORY="utilities" 1.5 SHORT_DESC="Application designed to test GTK+ performance." 1.6 MAINTAINER="devl547@gmail.com" 1.7 +LICENCE="GPL2" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://geeqie.sourceforge.net/" 1.10 WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE/$PACKAGE-$VERSION/$TARBALL" 1.11 -BUILD_DEPENDS="gettext intltool" 1.12 + 1.13 DEPENDS="gtk+" 1.14 +BUILD_DEPENDS="gettext intltool gtk+-dev" 1.15 1.16 # Rules to configure and make the package. 1.17 compile_rules() 1.18 @@ -25,7 +27,7 @@ 1.19 genpkg_rules() 1.20 { 1.21 mkdir -p $fs/usr/ 1.22 - cp -a $_pkg/usr/bin $fs/usr 1.23 - cp -a $_pkg/usr/lib $fs/usr 1.24 - cp -a $_pkg/usr/share/ $fs/usr 1.25 + cp -a $install/usr/bin $fs/usr 1.26 + cp -a $install/usr/lib $fs/usr 1.27 + cp -a $install/usr/share/ $fs/usr 1.28 }