wok annotate cookutils/receipt @ rev 10911

get-dropbox: no hardcoded version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jul 28 10:20:30 2011 +0200 (2011-07-28)
parents dc6f2b0927fc
children c9f6619bfcb8
rev   line source
pankso@9812 1 # SliTaz package receipt.
pankso@9812 2
pankso@9812 3 PACKAGE="cookutils"
pankso@10861 4 VERSION="1.4"
pankso@9812 5 CATEGORY="base-system"
pankso@9812 6 SHORT_DESC="SliTaz packages builder new generation."
pankso@9812 7 MAINTAINER="pankso@slitaz.org"
pankso@9812 8 TARBALL="$PACKAGE-$VERSION.tar.gz"
pankso@9812 9 WEB_SITE="http://www.slitaz.org/"
pankso@9812 10 WGET_URL="http://mirror.slitaz.org/sources/$PACKAGE/$TARBALL"
pankso@9812 11 TAGS="slitaz"
pankso@9812 12
pankso@9812 13 # Rules to configure and make the package.
pankso@9812 14 compile_rules()
pankso@9812 15 {
pankso@9812 16 cd $src
pankso@9812 17 mkdir -p $DESTDIR/usr/bin $DESTDIR/etc/slitaz
pankso@9812 18 make DESTDIR=$DESTDIR install
pankso@9812 19 }
pankso@9812 20
pankso@9812 21 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@9812 22 genpkg_rules()
pankso@9812 23 {
pankso@9812 24 mkdir -p $fs
pankso@9812 25 cp -a $install/* $fs
pankso@9826 26 # Daemon goes in cookutils-deamon
pankso@9826 27 rm -rf $fs/etc/init.d
pankso@9812 28 }