wok-4.x annotate tazlito/receipt @ rev 204
Cat 'development' mostly completed (pelr, python, php, ...)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Feb 13 14:06:08 2008 +0100 (2008-02-13) |
parents | ad4e375cce58 |
children | cf22fee17710 |
rev | line source |
---|---|
pankso@10 | 1 # SliTaz package receipt. |
pankso@10 | 2 |
pankso@10 | 3 PACKAGE="tazlito" |
pankso@134 | 4 VERSION="1.4" |
pankso@178 | 5 CATEGORY="extra" |
pankso@10 | 6 SHORT_DESC="SliTaz Live Tool." |
pankso@10 | 7 MAINTAINER="pankso@slitaz.org" |
pankso@10 | 8 DEPENDS="cpio" |
pankso@10 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pankso@10 | 10 WEB_SITE="http://www.slitaz.org/" |
pankso@10 | 11 WGET_URL="http://download.tuxfamily.org/slitaz/sources/tazlito/$TARBALL" |
pankso@10 | 12 |
pankso@10 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@10 | 14 # |
pankso@10 | 15 # Tazlito is SliTaz Live Tool. On an other GNU/Linux install |
pankso@10 | 16 # can be do with : make install from the sources directory. |
pankso@10 | 17 # |
pankso@10 | 18 genpkg_rules() |
pankso@10 | 19 { |
pankso@10 | 20 mkdir -p $fs/usr/bin $fs/usr/share/doc/$PACKAGE $fs/etc/tazlito |
pankso@10 | 21 cp -a $src/$PACKAGE $fs/usr/bin |
pankso@10 | 22 chmod 755 $fs/usr/bin/$PACKAGE |
pankso@10 | 23 cp -a $src/doc/$PACKAGE.html $fs/usr/share/doc/$PACKAGE |
pankso@10 | 24 cp $src/tazlito.conf $fs/etc/tazlito |
pankso@10 | 25 } |