wok-next rev 5766
gPodder: Fix compile rules (Thanks Thomas Perl)
author | Claudinei Pereira <claudinei@slitaz.org> |
---|---|
date | Mon Jul 05 15:16:06 2010 +0000 (2010-07-05) |
parents | 841fa76f975d |
children | cf7fea36eaf8 |
files | gpodder/receipt |
line diff
1.1 --- a/gpodder/receipt Mon Jul 05 13:04:02 2010 +0100 1.2 +++ b/gpodder/receipt Mon Jul 05 15:16:06 2010 +0000 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="A simple and usable podcast consumption." 1.5 MAINTAINER="claudinei@slitaz.org" 1.6 DEPENDS="python dbus-python pygtk python-mygpoclient feedparser" 1.7 -BUILD_DEPENDS="python-dev feedparser" 1.8 +BUILD_DEPENDS="python-dev python-mygpoclient feedparser intltool" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WEB_SITE="http://gpodder.org/" 1.11 WGET_URL="http://download.berlios.de/$PACKAGE/$TARBALL" 1.12 @@ -15,8 +15,7 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 - sed -i "s|org.gpodder.service|org.gpodder.service.in|" setup.py 1.17 - python setup.py install --root=$PWD/_pkg 1.18 + make DESTDIR=$PWD/_pkg install 1.19 } 1.20 1.21 # Rules to gen a SliTaz package suitable for Tazpkg.