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

fcitx:change default config
author fireflyoo <lufeng369@gmail.com>
date Tue Dec 21 15:30:57 2010 +0800 (2010-12-21)
parents 3934f2921b68
children 4249e7ca9034
line source
1 # SliTaz package receipt
3 PACKAGE="slitaz-dev-tools"
4 VERSION="1.2"
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 }