wok rev 12253

Add tazbug (1.0) - Ready for production and so in core
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 10 12:57:21 2012 +0200 (2012-04-10)
parents 89f94b3e502a
children 7247d5bc52d2
files tazbug/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tazbug/receipt	Tue Apr 10 12:57:21 2012 +0200
     1.3 @@ -0,0 +1,27 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="tazbug"
     1.7 +VERSION="1.0"
     1.8 +CATEGORY="network"
     1.9 +SHORT_DESC="SliTaz Bug Tracker Client side tools."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12 +WEB_SITE="http://bugs.slitaz.org/"
    1.13 +WGET_URL="http://mirror.slitaz.org/sources/tazbug/$TARBALL"
    1.14 +TAGS="slitaz"
    1.15 +
    1.16 +DEPENDS="busybox gettext-base slitaz-base-files"
    1.17 +BUILD_DEPENDS="gettext"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	cd $src
    1.23 +	make && make DESTDIR=$DESTDIR install
    1.24 +}
    1.25 +
    1.26 +genpkg_rules()
    1.27 +{
    1.28 +	cp -a $install/* $fs
    1.29 +	chown -R root.root $fs
    1.30 +}