wok annotate tazchroot/receipt @ rev 8641

Fixed celestia menu desktop.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Feb 15 17:13:17 2011 +0000 (2011-02-15)
parents 19b3992b2936
children d9b0c029cf26
rev   line source
gokhlayeh@7998 1 # SliTaz package receipt.
gokhlayeh@7998 2
gokhlayeh@7998 3 PACKAGE="tazchroot"
gokhlayeh@8627 4 VERSION="0.0.6"
gokhlayeh@7998 5 CATEGORY="base-system"
gokhlayeh@7998 6 SHORT_DESC="Slitaz tool to manage chroot"
gokhlayeh@7998 7 MAINTAINER="gokhlayeh@slitaz.org"
slaxemulator@8004 8 DEPENDS="libtaz"
gokhlayeh@8627 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
gokhlayeh@7998 10 WEB_SITE="http://www.slitaz.org/"
gokhlayeh@8627 11 # Use bitbucket until tank is back.
gokhlayeh@8627 12 #WGET_URL="http://mirror.slitaz.org/sources/$PACKAGE/$TARBALL"
gokhlayeh@8627 13 BUILD_DEPENDS="wget"
gokhlayeh@8627 14 WGET_URL="https://bitbucket.org/gokhlayeh/$PACKAGE/get/$VERSION.tar.bz2"
gokhlayeh@7998 15 TAGS="slitaz"
gokhlayeh@7998 16
gokhlayeh@8627 17 compile_rules()
gokhlayeh@8627 18 {
gokhlayeh@8627 19 :
gokhlayeh@8627 20 }
gokhlayeh@8627 21
gokhlayeh@7998 22 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@7998 23 genpkg_rules()
gokhlayeh@7998 24 {
gokhlayeh@7998 25 mkdir -p $fs/usr/bin $fs/etc/slitaz \
gokhlayeh@7998 26 $fs/var/lib/tazchroot
gokhlayeh@7998 27 cp -a $src/tazchroot $fs/usr/bin
gokhlayeh@7998 28 chmod 755 $fs/usr/bin/tazchroot
gokhlayeh@7998 29 cp -a $src/tazchroot.conf $fs/etc/slitaz
gokhlayeh@7998 30 cp -a $src/scripts/* $fs/var/lib/tazchroot
gokhlayeh@7998 31 }