wok-next view tazlito/receipt @ rev 20443

The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 24 16:17:33 2018 +0200 (2018-02-24)
parents ec4ebc01cb25
children 29ae397b760a
line source
1 # SliTaz package receipt v2.
3 PACKAGE="tazlito"
4 VERSION="483"
5 CATEGORY="base-system"
6 SHORT_DESC="SliTaz Live Tool"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.slitaz.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://hg.slitaz.org/tazlito/archive/$VERSION.tar.bz2"
14 BUILD_DEPENDS="gettext"
16 compile_rules() {
17 sed -i "s/^VERSION=.*/VERSION=$VERSION/" tazlito
18 make DESTDIR=$DESTDIR VERSION=$VERSION install
19 }
21 genpkg_rules() {
22 mkdir -p $fs
23 cp -a $install/* $fs
24 chown -R root.root $fs
25 # Declare /etc/tazlito/distro-packages.list
26 touch $fs/etc/tazlito/distro-packages.list
27 DEPENDS="lzma cdrkit"
28 SUGGESTED="tazpanel"
29 TAGS="slitaz"
30 CONFIG_FILES="/etc/tazlito/distro-packages.list"
31 }