wok diff geeqie/receipt @ rev 11879
quodlibet: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Feb 28 08:39:45 2012 +0100 (2012-02-28) |
parents | f88ab74875ec |
children | c8af0d4f62e9 |
line diff
1.1 --- a/geeqie/receipt Wed Jun 16 19:47:46 2010 +0000 1.2 +++ b/geeqie/receipt Tue Feb 28 08:39:45 2012 +0100 1.3 @@ -8,8 +8,8 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="http://geeqie.sourceforge.net/" 1.6 WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE/$PACKAGE-$VERSION/$TARBALL" 1.7 -BUILD_DEPENDS="gtk+-dev gettext intltool" 1.8 -DEPENDS="gtk+ " 1.9 +BUILD_DEPENDS="gettext intltool" 1.10 +DEPENDS="gtk+" 1.11 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 @@ -18,14 +18,14 @@ 1.15 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.16 --mandir=/usr/share/man $CONFIGURE_ARGS && 1.17 make && 1.18 - make DESTDIR=$PWD/_pkg install 1.19 + make install 1.20 } 1.21 1.22 # Rules to gen a SliTaz package suitable for Tazpkg. 1.23 genpkg_rules() 1.24 { 1.25 mkdir -p $fs/usr/ 1.26 - cp -a $src/_pkg/usr/bin $fs/usr 1.27 - cp -a $src/_pkg/usr/lib $fs/usr 1.28 - cp -a $src/_pkg/usr/share/ $fs/usr 1.29 + cp -a $_pkg/usr/bin $fs/usr 1.30 + cp -a $_pkg/usr/lib $fs/usr 1.31 + cp -a $_pkg/usr/share/ $fs/usr 1.32 }