wok view sagan-rules/receipt @ rev 11418

Add: sagan, sagan-pgsql, sagan-mysql, sagan-rules
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Dec 14 02:30:44 2011 +0100 (2011-12-14)
parents
children 23e3fa9c545d
line source
1 # SliTaz package receipt.
3 PACKAGE="sagan-rules"
4 VERSION="current"
5 CATEGORY="security"
6 SHORT_DESC="sagan rules"
7 MAINTAINER="erjo@slitaz.org"
8 WEB_SITE="http://sagan.softwink.com/"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WGET_URL="http://sagan.softwink.com/rules/$TARBALL"
12 DEPENDS=""
13 BUILD_DEPENDS=""
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 [ -d $install ] || mkdir -p $install
19 cp * $install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/etc/sagan/rules
28 cp -a $install/* $fs/etc/sagan/rules
29 }