wok view slitaz-dev-tools/receipt @ rev 4740

qemulator: Add slitaz iconn for machine.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Jan 07 22:38:14 2010 +0100 (2010-01-07)
parents 7b0f14e1c0ac
children 8399ea7a8262
line source
1 # SliTaz package receipt
3 PACKAGE="slitaz-dev-tools"
4 VERSION="1.1"
5 CATEGORY="development"
6 SHORT_DESC="SliTaz developers and build host tools."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="tazwok"
9 WEB_SITE="http://www.slitaz.org/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/etc/slitaz $fs/usr/bin
15 cp stuff/tazdev $fs/usr/bin
16 cp stuff/tazdev.conf $fs/etc/slitaz
17 chown -R root.root $fs
18 }