# HG changeset patch # User Christopher Rogers # Date 1303493622 0 # Node ID 0de9c84f4573fccc181b29d72fffd56133f1a86b # Parent 18a6a2293fee45d8962cf4d9e89f5caed8c9e178 Add roundup. We should have roundup in wok for next stable. diff -r 18a6a2293fee -r 0de9c84f4573 roundup/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/roundup/receipt Fri Apr 22 17:33:42 2011 +0000 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="roundup" +VERSION="1.4.16" +CATEGORY="development" +SHORT_DESC="Simple-to-use issue-tracking system with command-line, web and e-mail interfaces." +MAINTAINER="slaxemulator@gmail.com" +DEPENDS="python" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.roundup-tracker.org" +WGET_URL="http://pypi.python.org/packages/source/r/$PACKAGE/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py build + python setup.py install --root=$DESTDIR +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share + cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/lib $fs/usr + cp -a $_pkg/usr/share/roundup $fs/usr/share +} +