wok view libtaz/receipt @ rev 10857

Up: slitaz-boot-scripts (4.5) - Bug fixes and ready for RC
author Christophe Lincoln <pankso@slitaz.org>
date Tue Jun 14 21:15:16 2011 +0200 (2011-06-14)
parents 60e5b78b4e58
children 7d88adac18bb
line source
1 # SliTaz package receipt.
3 PACKAGE="libtaz"
4 VERSION="1.1.2"
5 CATEGORY="base-system"
6 SHORT_DESC="Slitaz generic library."
7 MAINTAINER="gokhlayeh@slitaz.org"
8 WEB_SITE="http://www.slitaz.org/"
9 # Download directly from hg, because this package is needed when
10 # cooking toolchain. (mercurial is not available at this time)
11 # TARBALL/SOURCE are used to make the archive named well.
12 SOURCE="slitaz-dev-tools"
13 TARBALL="$SOURCE-$VERSION.tar.bz2"
14 WGET_URL="http://hg.slitaz.org/slitaz-dev-tools/archive/$VERSION.tar.bz2"
15 CONFIG_FILES="/etc/slitaz/slitaz.conf"
16 TAGS="slitaz"
18 # Rules to gen a SliTaz package suitable for Tazpkg.
19 genpkg_rules()
20 {
21 mkdir -p $fs/usr/share/slitaz/web \
22 $fs/usr/lib/slitaz $fs/etc/slitaz
23 cp -a $src/$PACKAGE/libtaz $fs/usr/lib/slitaz
24 cp -a $src/$PACKAGE/libtaz-modules $fs/usr/lib/slitaz
25 cp -a $src/$PACKAGE/slitaz.conf $fs/etc/slitaz
26 cp -a $src/$PACKAGE/web $fs/usr/share/slitaz
27 }