wok-current view tazlito/receipt @ rev 354
Up: slitaz-tools (1.9) with Tazlito GUI
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Mar 07 00:01:58 2008 +0100 (2008-03-07) |
parents | cf22fee17710 |
children | a44350a7c29d |
line source
1 # SliTaz package receipt.
3 PACKAGE="tazlito"
4 VERSION="1.5"
5 CATEGORY="base-system"
6 SHORT_DESC="SliTaz Live Tool."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="cpio"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.slitaz.org/"
11 WGET_URL="http://download.tuxfamily.org/slitaz/sources/tazlito/$TARBALL"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 #
15 # Tazlito is SliTaz Live Tool. On an other GNU/Linux install
16 # can be do with : make install from the sources directory.
17 #
18 genpkg_rules()
19 {
20 mkdir -p $fs/usr/bin $fs/usr/share/doc/$PACKAGE $fs/etc/tazlito
21 cp -a $src/$PACKAGE $fs/usr/bin
22 chmod 755 $fs/usr/bin/$PACKAGE
23 cp -a $src/doc/$PACKAGE.html $fs/usr/share/doc/$PACKAGE
24 cp $src/tazlito.conf $fs/etc/tazlito
25 }