wok view tinycm/receipt @ rev 15919

openbox: depends on xorg-libXcursor (fix no X in justx flavor)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Feb 18 17:43:11 2014 +0100 (2014-02-18)
parents
children c5d0d245189b
line source
1 # SliTaz package receipt.
3 PACKAGE="tinycm"
4 VERSION="1.0"
5 CATEGORY="network"
6 SHORT_DESC="Small and elegent CGI content manager."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="BSD"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.slitaz.org/"
11 WGET_URL="http://hg.slitaz.org/$PACKAGE/archive/$VERSION.tar.gz"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 make && make DESTDIR=$install install
17 }
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
22 mkdir -p $fs
23 cp -a $install/* $fs
24 cd $fs/var/www
25 ln -s cgi-bin/tinycm .
26 }