cookutils view data/receipt @ rev 255

cook: remove .hg dir when clonig from Hg
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 29 04:14:18 2011 +0200 (2011-05-29)
parents 46fd01a7f6a1
children 9d14c3958c44
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 $CONFIGURE_ARGS && make && make install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 cp -a $install/* $fs
25 }