wok view tazbug-website/receipt @ rev 19770

Up: tazbug (2.0) No more gtk gui, new cmdline tools, plugins and better way to handle bugs
author Christophe Lincoln <pankso@slitaz.org>
date Tue Feb 21 04:43:09 2017 +0100 (2017-02-21)
parents faf865f8822c
children ab43b9f8e081
line source
1 # SliTaz package receipt.
3 PACKAGE="tazbug-website"
4 VERSION="2.0"
5 CATEGORY="misc"
6 SHORT_DESC="SliTaz Bug Tracker web interface"
7 MAINTAINER="fredericguilbault@live.ca"
8 LICENSE="BSD"
9 WEB_SITE="http://bugs.slitaz.org"
10 WANTED="tazbug"
12 DEPENDS="busybox gettext-base slitaz-base-files"
13 BUILD_DEPENDS="gettext"
14 SIBLINGS="tazbug"
16 # Use compile_rules with: make && make DESTDIR=$DESTDIR install-web
17 compile_rules()
18 {
19 make && make install-web
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a ${WOK}/${pkg}/install/* ${fs}
26 # Will run without tweaking configs in cgi-bin/
27 mkdir -p ${fs}/var/www/cgi-bin
28 mv ${fs}/var/www/bugs ${fs}/var/www/cgi-bin
29 }