wok-6.x view tazbug-website/receipt @ rev 19821
Add goffice-gtk2
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 02 18:35:43 2017 +0100 (2017-03-02) |
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 }