wok view tazpkg/receipt @ rev 342

Up: tapkg (1.9), tazwok (1.5) and add desktop files
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 05 17:17:14 2008 +0100 (2008-03-05)
parents e17e19d09a40
children df681d18e948
line source
1 # SliTaz package receipt.
3 PACKAGE="tazpkg"
4 VERSION="1.9"
5 CATEGORY="base-system"
6 SHORT_DESC="SliTaz packages manager."
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/tazpkg/$TARBALL"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 #
15 # Tazpkg is SliTaz packages manager. 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
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 }