# HG changeset patch # User Pascal Bellard # Date 1376411536 0 # Node ID c8af0d4f62e93eb045096869d2bd4d2f29584245 # Parent 2540c57957d2ce95c935520fe07ae95cd2020d13 geeqie: update bdeps diff -r 2540c57957d2 -r c8af0d4f62e9 geeqie/receipt --- a/geeqie/receipt Tue Aug 13 14:38:53 2013 +0000 +++ b/geeqie/receipt Tue Aug 13 16:32:16 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="utilities" SHORT_DESC="Application designed to test GTK+ performance." MAINTAINER="devl547@gmail.com" +LICENCE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://geeqie.sourceforge.net/" WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE/$PACKAGE-$VERSION/$TARBALL" -BUILD_DEPENDS="gettext intltool" + DEPENDS="gtk+" +BUILD_DEPENDS="gettext intltool gtk+-dev" # Rules to configure and make the package. compile_rules() @@ -25,7 +27,7 @@ genpkg_rules() { mkdir -p $fs/usr/ - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib $fs/usr - cp -a $_pkg/usr/share/ $fs/usr + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr + cp -a $install/usr/share/ $fs/usr }