wok view cookutils/receipt @ rev 9812

Add cookutils (1.0)
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 14 23:52:26 2011 +0200 (2011-05-14)
parents
children 6482c07e0501
line source
1 # SliTaz package receipt.
3 PACKAGE="cookutils"
4 VERSION="1.0"
5 CATEGORY="base-system"
6 SHORT_DESC="SliTaz packages builder new generation."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS=""
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.slitaz.org/"
11 WGET_URL="http://mirror.slitaz.org/sources/$PACKAGE/$TARBALL"
12 TAGS="slitaz"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 mkdir -p $DESTDIR/usr/bin $DESTDIR/etc/slitaz
19 make DESTDIR=$DESTDIR install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs
26 cp -a $install/* $fs
27 }