wok view tazlito/receipt @ rev 975

Add Streamripper (Record mp3 stream to HD)
author Christophe Lincoln <pankso@slitaz.org>
date Mon Jun 30 12:19:33 2008 +0200 (2008-06-30)
parents b8eeb1944488
children ca29ade64ce9
line source
1 # SliTaz package receipt.
3 PACKAGE="tazlito"
4 VERSION="1.7"
5 CATEGORY="base-system"
6 SHORT_DESC="SliTaz Live Tool."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="lzma"
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 \
21 $fs/usr/bin \
22 $fs/usr/share/doc \
23 $fs/etc/tazlito
24 cp -a $src/tazlito $fs/usr/bin
25 cp -a $src/tazlitobox $fs/usr/bin
26 cp -a $src/tazlito.conf $fs/etc/tazlito
27 cp -a $src/doc $fs/usr/share/doc/tazlito
28 cp -a $src/applications $fs/usr/share
29 cp -a $src/pixmaps $fs/usr/share
30 chmod 755 $fs/usr/bin/*
31 # Declare /etc/tazlito/distro-packages.list
32 touch $fs/etc/tazlito/distro-packages.list
33 }