wok-next view slitaz-dev-tools/receipt @ rev 8324

tazdev: remove depend on tazwok
author Antoine Bodin <gokhlayeh@slitaz.org>
date Tue Feb 01 22:15:57 2011 +0100 (2011-02-01)
parents 4249e7ca9034
children f6f4eb994237
line source
1 # SliTaz package receipt
3 PACKAGE="slitaz-dev-tools"
4 VERSION="1.2.1"
5 CATEGORY="development"
6 SHORT_DESC="SliTaz developers and build host tools."
7 MAINTAINER="pankso@slitaz.org"
8 WEB_SITE="http://www.slitaz.org/"
10 # Rules to gen a SliTaz package suitable for Tazpkg.
11 genpkg_rules()
12 {
13 mkdir -p $fs/etc/slitaz $fs/usr/bin
14 cp stuff/tazdev $fs/usr/bin
15 cp stuff/tazdev.conf $fs/etc/slitaz
16 chown -R root.root $fs
17 }