wok-stable view tazpkg/receipt @ rev 659

Up: slitaz-tools (2.0) - Netbox have server config (Pascal), installer in English (Paul) + misc improvement
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 22 23:43:53 2008 +0200 (2008-04-22)
parents 0626438e868b
children 7d534380fdad
line source
1 # SliTaz package receipt.
3 PACKAGE="tazpkg"
4 VERSION="1.10"
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 }