wok view tazdev/receipt @ rev 9292

Add iptables-dev. Thanks to domcox for making this receipt.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Mar 17 05:26:48 2011 +0000 (2011-03-17)
parents cb3439e8e4d8
children a55dc7180253
line source
1 # SliTaz package receipt
3 PACKAGE="tazdev"
4 VERSION="1.0.5"
5 CATEGORY="development"
6 SHORT_DESC="SliTaz developers tools."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="rsync"
9 BUILD_DEPENDS="mercurial"
10 SOURCE="slitaz-dev-tools"
11 WGET_URL="mercurial|http://hg.slitaz.org/slitaz-dev-tools"
12 BRANCH="$VERSION"
13 WEB_SITE="http://www.slitaz.org/"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/etc/slitaz $fs/usr/bin
19 cp -a $src/$PACKAGE/tazdev $fs/usr/bin
20 cp -a $src/$PACKAGE/tazdev.conf $fs/etc/slitaz
21 chown -R root.root $fs
22 }