wok-next annotate gpodder/receipt @ rev 14356
python-couchdbkit, python-restclient: fix TARBALL
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Apr 17 12:59:13 2013 +0200 (2013-04-17) |
parents | c9e92cf0c808 |
children | 0ec682d12ec1 |
rev | line source |
---|---|
claudinei@5747 | 1 # SliTaz package receipt. |
claudinei@5747 | 2 |
claudinei@5747 | 3 PACKAGE="gpodder" |
slaxemulator@13082 | 4 VERSION="2.20.1" |
claudinei@5747 | 5 CATEGORY="multimedia" |
claudinei@5747 | 6 SHORT_DESC="A simple and usable podcast consumption." |
claudinei@5747 | 7 MAINTAINER="claudinei@slitaz.org" |
claudinei@5747 | 8 DEPENDS="python dbus-python pygtk python-mygpoclient feedparser" |
claudinei@5766 | 9 BUILD_DEPENDS="python-dev python-mygpoclient feedparser intltool" |
claudinei@5747 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
claudinei@5747 | 11 WEB_SITE="http://gpodder.org/" |
slaxemulator@13082 | 12 WGET_URL="${WEB_SITE}src/$TARBALL" |
claudinei@5747 | 13 |
claudinei@5747 | 14 # Rules to configure and make the package. |
claudinei@5747 | 15 compile_rules() |
claudinei@5747 | 16 { |
claudinei@5747 | 17 cd $src |
slaxemulator@10135 | 18 make install |
claudinei@5747 | 19 } |
claudinei@5747 | 20 |
claudinei@5747 | 21 # Rules to gen a SliTaz package suitable for Tazpkg. |
claudinei@5747 | 22 genpkg_rules() |
claudinei@5747 | 23 { |
slaxemulator@10871 | 24 mkdir -p $fs/usr/share |
slaxemulator@10871 | 25 cp -a $install/usr/bin $fs/usr |
slaxemulator@10871 | 26 cp -a $install/usr/lib $fs/usr |
slaxemulator@10871 | 27 cp -a $install/usr/share/gpodder $fs/usr/share |
slaxemulator@10871 | 28 cp -a $install/usr/share/dbus-1 $fs/usr/share |
claudinei@5747 | 29 } |