wok annotate libtaz/receipt @ rev 8692

Switch back to mercurial, home sweet home :)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Feb 17 19:06:05 2011 +0100 (2011-02-17)
parents d9b0c029cf26
children 50ec3e86e019
rev   line source
gokhlayeh@7998 1 # SliTaz package receipt.
gokhlayeh@7998 2
gokhlayeh@7998 3 PACKAGE="libtaz"
gokhlayeh@8657 4 VERSION="0.0.6.1"
gokhlayeh@7998 5 CATEGORY="base-system"
gokhlayeh@7998 6 SHORT_DESC="Slitaz generic library."
gokhlayeh@7998 7 MAINTAINER="gokhlayeh@slitaz.org"
gokhlayeh@8677 8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
gokhlayeh@7998 9 WEB_SITE="http://www.slitaz.org/"
gokhlayeh@8692 10 # Use mercurial until tarball is mirrored.
gokhlayeh@8626 11 #WGET_URL="http://mirror.slitaz.org/sources/$PACKAGE/$TARBALL"
gokhlayeh@8692 12 WGET_URL="http://hg.slitaz.org/$PACKAGE/archive/$VERSION.tar.bz2"
gokhlayeh@7998 13 TAGS="slitaz"
gokhlayeh@7998 14 CONFIG_FILES="/etc/slitaz/slitaz.conf"
gokhlayeh@7998 15
gokhlayeh@7998 16 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@7998 17 genpkg_rules()
gokhlayeh@7998 18 {
gokhlayeh@7998 19 mkdir -p $fs/usr/share/slitaz/web \
gokhlayeh@7998 20 $fs/usr/lib/slitaz $fs/etc/slitaz
gokhlayeh@7998 21 cp -a $src/libtaz $fs/usr/lib/slitaz
gokhlayeh@7998 22 cp -a $src/libtaz-modules $fs/usr/lib/slitaz
gokhlayeh@7998 23 cp -a $src/slitaz.conf $fs/etc/slitaz
gokhlayeh@7998 24 cp -a $src/web $fs/usr/share/slitaz
gokhlayeh@7998 25 }