wok view tazbug/receipt @ rev 20102

Add plsh & pypdf2
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 09 13:07:28 2017 +0200 (2017-10-09)
parents faf865f8822c
children ab43b9f8e081
line source
1 # SliTaz package receipt.
3 PACKAGE="tazbug"
4 VERSION="2.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 LICENSE="BSD"
10 WEB_SITE="http://bugs.slitaz.org/"
11 WGET_URL="http://hg.slitaz.org/tazbug/archive/$VERSION.tar.gz"
12 TAGS="slitaz"
14 DEPENDS="busybox gettext-base slitaz-base-files"
15 BUILD_DEPENDS="gettext"
16 SIBLINGS="tazbug-website"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 make && make install
22 }
24 genpkg_rules()
25 {
26 cp -a $install/* $fs
27 chown -R root.root $fs
28 }