SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "tazbug-website"

# SliTaz package receipt.

PACKAGE="tazbug-website"
VERSION="152"
CATEGORY="misc"
SHORT_DESC="SliTaz Bug Tracker web interface"
MAINTAINER="fredericguilbault@live.ca"
LICENSE="BSD"
WEB_SITE="http://bugs.slitaz.org"
WANTED="tazbug"

DEPENDS="busybox gettext-base slitaz-base-files"
BUILD_DEPENDS="gettext"
SIBLINGS="tazbug"

# Use compile_rules with: make && make DESTDIR=$DESTDIR install-web
compile_rules() 
{
    make && make install-web
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cp -a ${WOK}/${pkg}/install/* ${fs}
    # Will run without tweaking configs in cgi-bin/
    mkdir -p ${fs}/var/www/cgi-bin
    mv ${fs}/var/www/bugs ${fs}/var/www/cgi-bin
}
5935 packages and 845883 files in cooking database (Sun Jun 30 00:45:24 2024)