wok view libtaz/receipt @ rev 14730

Up xorg-xf86-video-ati (7.1.0), xorg-xf86-video-fbdev (0.4.3), xorg-xf86-video-geode (2.11.14), xorg-xf86-video-i740 (1.3.4), xorg-xf86-video-neomagic (1.2.7), xorg-xf86-video-nv (2.1.20), xorg-xf86-video-s3 (0.6.5), xorg-xf86-video-trident (1.3.6), xorg-xf86-video-vesa (2.3.2), xorg-xf86-video-vmware (13.0.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 13 10:45:31 2013 +0200 (2013-06-13)
parents 57a66c246571
children 8d6f480bf664
line source
1 # SliTaz package receipt.
3 PACKAGE="libtaz"
4 VERSION="1.6"
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 }