wok view libtaz/receipt @ rev 8547

imported patch get/dillo-hg
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sun Feb 13 22:57:56 2011 +0100 (2011-02-13)
parents a177dbf487db
children 1a800f6f26e4
line source
1 # SliTaz package receipt.
3 PACKAGE="libtaz"
4 VERSION="0.0.5"
5 CATEGORY="base-system"
6 SHORT_DESC="Slitaz generic library."
7 MAINTAINER="gokhlayeh@slitaz.org"
8 #TARBALL="$PACKAGE-$VERSION.tar.gz"
9 TARBALL="$VERSION.tar.bz2"
10 WEB_SITE="http://www.slitaz.org/"
11 #WGET_URL="http://mirror.slitaz.org/sources/libtaz/$TARBALL"
12 WGET_URL="http://hg.slitaz.org/libtaz/archive/$TARBALL"
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 }