wok view tazlito/receipt @ rev 16814

Up pcre and pcre-dev to version 8.35
author Yuri Pourre <yuripourre@gmail.com>
date Thu Jul 10 22:42:36 2014 -0300 (2014-07-10)
parents 6f136968d1ac
children 6f2a68c41522
line source
1 # SliTaz package receipt.
3 PACKAGE="tazlito"
4 VERSION="5.2.3"
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 }