wok view tazpkg/receipt @ rev 561

Up: slitaz-hacker (1.2) - Remove gtkrc desktop file and dep on lxappearance
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 12 22:44:30 2008 +0200 (2008-04-12)
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 }