cookutils view data/receipt @ rev 6

Added: data/* example/new receipt and cooklist
author Christophe Lincoln <pankso@slitaz.org>
date Tue May 03 22:32:37 2011 +0200 (2011-05-03)
parents
children e403679496d9
line source
1 # SliTaz package receipt.
3 PACKAGE=""
4 VERSION=""
5 CATEGORY=""
6 SHORT_DESC=""
7 MAINTAINER=""
8 WEB_SITE=""
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WGET_URL="$TARBALL"
12 DEPENDS=""
13 BUILD_DEPENDS=""
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 ./configure && make && make install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 cp -a $install/* $fs
25 }