wok view tazlito/receipt @ rev 16557

Up: slitaz-base-files (5.6.2)
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 01 08:34:51 2014 +0200 (2014-05-01)
parents 0bc9efb792e7
children 90da2eff7139
line source
1 # SliTaz package receipt.
3 PACKAGE="tazlito"
4 VERSION="5.2"
5 CATEGORY="base-system"
6 SHORT_DESC="SliTaz Live Tool."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.slitaz.org/"
11 WGET_URL="http://hg.slitaz.org/tazlito/archive/$VERSION.tar.gz"
12 CONFIG_FILES="/etc/tazlito/distro-packages.list"
13 TAGS="slitaz"
15 DEPENDS="lzma cdrkit"
16 BUILD_DEPENDS="gettext"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 cd $src
22 make DESTDIR=$DESTDIR install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs
29 cp -a $install/* $fs
30 chown -R root.root $fs
31 # Declare /etc/tazlito/distro-packages.list
32 touch $fs/etc/tazlito/distro-packages.list
33 }