wok view tazbug/receipt @ rev 13657

pcsc-lite: up to 1.8.6, fix drivers path and add daemon init script
author Christophe Lincoln <pankso@slitaz.org>
date Wed Nov 21 20:44:31 2012 +0000 (2012-11-21)
parents
children 8b6da8f8e9f7
line source
1 # SliTaz package receipt.
3 PACKAGE="tazbug"
4 VERSION="1.0"
5 CATEGORY="network"
6 SHORT_DESC="SliTaz Bug Tracker Client side tools."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://bugs.slitaz.org/"
10 WGET_URL="http://mirror.slitaz.org/sources/tazbug/$TARBALL"
11 TAGS="slitaz"
13 DEPENDS="busybox gettext-base slitaz-base-files"
14 BUILD_DEPENDS="gettext"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 make && make DESTDIR=$DESTDIR install
21 }
23 genpkg_rules()
24 {
25 cp -a $install/* $fs
26 chown -R root.root $fs
27 }