wok view tazchroot/receipt @ rev 19117

sqlite: fix arm build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 07 17:36:05 2016 +0200 (2016-05-07)
parents 9689f1b75619
children bd3d0b4e39b8
line source
1 # SliTaz package receipt.
3 PACKAGE="tazchroot"
4 VERSION="253"
5 CATEGORY="base-system"
6 SHORT_DESC="Slitaz tool to manage chroot"
7 MAINTAINER="gokhlayeh@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://www.slitaz.org/"
10 SOURCE="slitaz-dev-tools"
11 TARBALL="$SOURCE-$VERSION.tar.bz2"
12 WGET_URL="http://hg.slitaz.org/slitaz-dev-tools/archive/$VERSION.tar.bz2"
13 TAGS="slitaz"
15 DEPENDS="slitaz-base-files"
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 mkdir -p $fs/usr/bin $fs/etc/slitaz \
21 $fs/usr/lib/slitaz/chroot-scripts
22 cp -a $src/$PACKAGE/tazchroot $fs/usr/bin
23 chmod 755 $fs/usr/bin/tazchroot
24 cp -a $src/$PACKAGE/tazchroot.conf $fs/etc/slitaz
25 cp -a $src/$PACKAGE/tazchroot-scripts \
26 $fs/usr/lib/slitaz/chroot-scripts/tazchroot
27 }