wok rev 15074
geeqie: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 13 16:32:16 2013 +0000 (2013-08-13) |
parents | 2540c57957d2 |
children | 3d4981aca979 |
files | geeqie/receipt |
line diff
1.1 --- a/geeqie/receipt Tue Aug 13 14:38:53 2013 +0000 1.2 +++ b/geeqie/receipt Tue Aug 13 16:32:16 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 }