wok-6.x view cookutils/receipt @ rev 12167
Up: slitaz-tools (4.8.1) - Should fix Xorg config file creation
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Mar 20 20:59:03 2012 +0100 (2012-03-20) |
parents | c27e57e1c31e |
children | d3535c8d1063 |
line source
1 # SliTaz package receipt.
3 PACKAGE="cookutils"
4 VERSION="1.7.1"
5 CATEGORY="base-system"
6 SHORT_DESC="SliTaz packages builder new generation."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.slitaz.org/"
10 WGET_URL="http://mirror.slitaz.org/sources/$PACKAGE/$TARBALL"
11 TAGS="slitaz"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 mkdir -p $DESTDIR/usr/bin $DESTDIR/etc/slitaz
18 make DESTDIR=$DESTDIR install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs
25 cp -a $install/* $fs
26 # Daemon goes in cookutils-deamon
27 rm -rf $fs/etc/init.d
28 }