wok view roundup/receipt @ rev 18106

Up pam (1.2.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 01 11:31:30 2015 +0200 (2015-06-01)
parents 8873e661671a
children 3783bf9f732c
line source
1 # SliTaz package receipt.
3 PACKAGE="roundup"
4 VERSION="1.4.16"
5 CATEGORY="development"
6 SHORT_DESC="Simple-to-use issue-tracking system with command-line, web and e-mail interfaces."
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="PSL"
9 DEPENDS="python"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://www.roundup-tracker.org"
12 WGET_URL="http://pypi.python.org/packages/source/r/$PACKAGE/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 python setup.py build
18 python setup.py install --root=$DESTDIR
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/share
25 cp -a $install/usr/bin $fs/usr
26 cp -a $install/usr/lib $fs/usr
27 cp -a $install/usr/share/roundup $fs/usr/share
28 }