wok view tazpkg/receipt @ rev 710

Up: xorg-base-fonts (1.2)
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 02 17:46:21 2008 +0200 (2008-05-02)
parents df681d18e948
children 64e3dd2f6d4f
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 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.slitaz.org/"
10 WGET_URL="http://download.tuxfamily.org/slitaz/sources/tazpkg/$TARBALL"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 #
14 # Tazpkg is SliTaz packages manager. On an other GNU/Linux install
15 # can be do with : make install from the sources directory.
16 #
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/bin $fs/usr/share/doc/$PACKAGE
20 cp -a $src/$PACKAGE $fs/usr/bin
21 chmod 755 $fs/usr/bin/$PACKAGE
22 cp -a $src/doc/$PACKAGE.html $fs/usr/share/doc/$PACKAGE
23 }