wok diff tazlito/receipt @ rev 53

UP : isomaster (1.3)
author Christophe Lincoln <pankso@slitaz.org>
date Fri Dec 21 19:32:36 2007 +0100 (2007-12-21)
parents
children e34c94590b59
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tazlito/receipt	Fri Dec 21 19:32:36 2007 +0100
     1.3 @@ -0,0 +1,25 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="tazlito"
     1.7 +VERSION="1.2"
     1.8 +CATEGORY="base-apps"
     1.9 +SHORT_DESC="SliTaz Live Tool."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +DEPENDS="cpio"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 +WEB_SITE="http://www.slitaz.org/"
    1.14 +WGET_URL="http://download.tuxfamily.org/slitaz/sources/tazlito/$TARBALL"
    1.15 +
    1.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.17 +#
    1.18 +# Tazlito is SliTaz Live Tool. On an other GNU/Linux install
    1.19 +# can be do with : make install from the sources directory.
    1.20 +#
    1.21 +genpkg_rules()
    1.22 +{
    1.23 +	mkdir -p $fs/usr/bin $fs/usr/share/doc/$PACKAGE $fs/etc/tazlito
    1.24 +	cp -a $src/$PACKAGE $fs/usr/bin
    1.25 +	chmod 755 $fs/usr/bin/$PACKAGE
    1.26 +	cp -a $src/doc/$PACKAGE.html $fs/usr/share/doc/$PACKAGE
    1.27 +	cp $src/tazlito.conf $fs/etc/tazlito
    1.28 +}