wok-current diff gpodder/receipt @ rev 5879
pam_ldap: fix compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jul 21 09:10:49 2010 +0200 (2010-07-21) |
parents | 12a4bb727c8a |
children | 73522e2845cd |
line diff
1.1 --- a/gpodder/receipt Fri Jul 02 04:59:35 2010 +0000 1.2 +++ b/gpodder/receipt Wed Jul 21 09:10:49 2010 +0200 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.