wok-next view tinycm/receipt @ rev 19662

Remove tazchroot (not used for yearsand unusable)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 16 18:37:27 2017 +0100 (2017-03-16)
parents 15ca25f3bd4b
children 0c247ee1a841
line source
1 # SliTaz package receipt.
3 PACKAGE="tinycm"
4 VERSION="74"
5 CATEGORY="network"
6 SHORT_DESC="Small and elegent CGI content manager."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://www.slitaz.org/"
10 HOST_ARCH="i486 arm"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="http://hg.slitaz.org/tinycm/archive/$VERSION.tar.bz2"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 make && make DESTDIR=$install install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs
25 cp -a $install/* $fs
26 cd $fs/var/www
27 ln -s cgi-bin/tinycm .
28 }