wok-6.x annotate roundup/receipt @ rev 16857
libwebkit-video: update builddeps
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sun Jul 13 07:09:23 2014 +0300 (2014-07-13) |
parents | 23c3aed67cd9 |
children | 7390f8de9846 |
rev | line source |
---|---|
slaxemulator@9622 | 1 # SliTaz package receipt. |
slaxemulator@9622 | 2 |
slaxemulator@9622 | 3 PACKAGE="roundup" |
slaxemulator@9622 | 4 VERSION="1.4.16" |
slaxemulator@9622 | 5 CATEGORY="development" |
slaxemulator@9622 | 6 SHORT_DESC="Simple-to-use issue-tracking system with command-line, web and e-mail interfaces." |
slaxemulator@9622 | 7 MAINTAINER="slaxemulator@gmail.com" |
pascal@15610 | 8 LICENSE="PSL" |
slaxemulator@9622 | 9 DEPENDS="python" |
slaxemulator@9622 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
slaxemulator@9622 | 11 WEB_SITE="http://www.roundup-tracker.org" |
slaxemulator@9622 | 12 WGET_URL="http://pypi.python.org/packages/source/r/$PACKAGE/$TARBALL" |
slaxemulator@9622 | 13 |
slaxemulator@9622 | 14 # Rules to configure and make the package. |
slaxemulator@9622 | 15 compile_rules() |
slaxemulator@9622 | 16 { |
slaxemulator@9622 | 17 cd $src |
slaxemulator@9622 | 18 python setup.py build |
slaxemulator@9622 | 19 python setup.py install --root=$DESTDIR |
slaxemulator@9622 | 20 } |
slaxemulator@9622 | 21 |
slaxemulator@9622 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
slaxemulator@9622 | 23 genpkg_rules() |
slaxemulator@9622 | 24 { |
slaxemulator@9622 | 25 mkdir -p $fs/usr/share |
pascal@15601 | 26 cp -a $install/usr/bin $fs/usr |
pascal@15601 | 27 cp -a $install/usr/lib $fs/usr |
pascal@15601 | 28 cp -a $install/usr/share/roundup $fs/usr/share |
slaxemulator@9622 | 29 } |