wok-next annotate slitaz-configs-base/receipt @ rev 8658
Automated merge with https://bitbucket.org/gokhlayeh/wok
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Wed Feb 16 05:33:41 2011 +0100 (2011-02-16) |
parents | d90bb8e40fa1 |
children | 9867bb14c367 |
rev | line source |
---|---|
pascal@7805 | 1 # SliTaz package receipt. |
pascal@7805 | 2 |
pascal@7805 | 3 PACKAGE="slitaz-configs-base" |
pankso@7930 | 4 VERSION="4.1" |
pascal@7805 | 5 CATEGORY="base-system" |
pascal@7805 | 6 SHORT_DESC="SliTaz config files for text based systems." |
pascal@7805 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@7805 | 8 DEPENDS="tazlito tazpkg" |
gokhlayeh@7907 | 9 SOURCE="slitaz-configs" |
gokhlayeh@7907 | 10 TARBALL="$SOURCE-$VERSION.tar.gz" |
pascal@7805 | 11 WEB_SITE="http://www.slitaz.org/" |
gokhlayeh@7907 | 12 WGET_URL="http://mirror.slitaz.org/sources/configs/$TARBALL" |
pascal@7805 | 13 |
pascal@7805 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@7805 | 15 genpkg_rules() |
pascal@7805 | 16 { |
pascal@7805 | 17 # Copy rootfs files from the stuff and set permissions. |
pascal@7805 | 18 mkdir -p $fs/etc |
pascal@7805 | 19 cp -a $src/rootfs/etc/skel $fs/etc |
pascal@7805 | 20 cp -a $src/rootfs/etc/X11 $fs/etc |
pascal@7805 | 21 mkdir $fs/etc/skel/Music $fs/etc/skel/Documents |
pascal@7805 | 22 cp -a $src/rootfs/usr $fs |
pascal@7805 | 23 cp -a $src/rootfs/root $fs |
pascal@7805 | 24 chown -R root.root $fs |
pascal@7805 | 25 chmod 0750 $fs/root |
pascal@7805 | 26 } |