wok-next view mirror-tools/receipt @ rev 20280
remove cyrus-sasl-pam, libsasl-without-ldap, enlightenment-pam, enlightenment-backgrounds, libcap-pam
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Nov 08 14:41:47 2017 +0100 (2017-11-08) |
parents | 266eb7ab8b5a |
children | 4e6503d7a19f |
line source
1 # SliTaz package receipt.
3 PACKAGE="mirror-tools"
4 VERSION="306"
5 CATEGORY="misc"
6 SHORT_DESC="Mirrors toolset."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://www.slitaz.org/"
11 TARBALL="slitaz-dev-tools-$VERSION.tar.bz2"
12 WGET_URL="http://hg.slitaz.org/slitaz-dev-tools/archive/$VERSION.tar.bz2"
14 DEPENDS="rrdtool rgzip"
15 SIBLINGS="qemu-box slitaz-dev-tools slitaz-mercurial-style tazchroot tazdev \
16 tazwikiss yaff"
18 # Rules to gen a SliTaz package suitable for Tazpkg.
19 genpkg_rules()
20 {
21 cp -a $src/$PACKAGE/rootfs/* $fs
22 mkdir -p $fs/var/www
23 cp -a $src/$PACKAGE/slitaz $fs/var/www
24 chown -R 80.80 $fs/var/www
25 }