wok view tazdev/receipt @ rev 10355

libIDL: Update WGET_URL to use GNOME_MIRROR in tazwok.conf and cook.conf.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun May 22 16:49:53 2011 +0000 (2011-05-22)
parents 22939da9bd99
children 60e5b78b4e58
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 SOURCE="slitaz-dev-tools"
9 TARBALL="$SOURCE-$VERSION.tar.bz2"
10 WGET_URL="mercurial|http://hg.slitaz.org/slitaz-dev-tools"
11 BRANCH="$VERSION"
12 WEB_SITE="http://www.slitaz.org/"
14 DEPENDS="rsync"
15 BUILD_DEPENDS="mercurial"
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 mkdir -p $fs/etc/slitaz $fs/usr/bin
21 cp -a $src/$PACKAGE/tazdev $fs/usr/bin
22 cp -a $src/$PACKAGE/tazdev.conf $fs/etc/slitaz
23 chown -R root.root $fs
24 }