wok view libtaz/receipt @ rev 8723

Temp fix waiting sources on mirror for some taz tools, make tank able to cook last version with older tools
author Antoine Bodin <gokhlayeh@slitaz.org>
date Fri Feb 18 19:05:02 2011 +0100 (2011-02-18)
parents 5b4581f8e476
children 73a3ced9a677
line source
1 # SliTaz package receipt.
3 PACKAGE="libtaz"
4 VERSION="0.0.6.1"
5 CATEGORY="base-system"
6 SHORT_DESC="Slitaz generic library."
7 MAINTAINER="gokhlayeh@slitaz.org"
8 TARBALL="$VERSION.tar.bz2"
9 WEB_SITE="http://www.slitaz.org/"
10 # Use mercurial until tarball is mirrored.
11 #WGET_URL="http://mirror.slitaz.org/sources/$PACKAGE/$TARBALL"
12 WGET_URL="http://hg.slitaz.org/$PACKAGE/archive/$VERSION.tar.bz2"
13 TAGS="slitaz"
14 CONFIG_FILES="/etc/slitaz/slitaz.conf"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/share/slitaz/web \
20 $fs/usr/lib/slitaz $fs/etc/slitaz
21 cp -a $src/libtaz $fs/usr/lib/slitaz
22 cp -a $src/libtaz-modules $fs/usr/lib/slitaz
23 cp -a $src/slitaz.conf $fs/etc/slitaz
24 cp -a $src/web $fs/usr/share/slitaz
25 }