wok view tazbug/receipt @ rev 12579

mcabber: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 28 21:04:09 2012 +0200 (2012-04-28)
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 }