wok view libtaz/receipt @ rev 14739

libgnomecanvasmm, libglademm: fix for the new gtkmm
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 14 08:11:47 2013 +0200 (2013-06-14)
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 }