wok-current annotate slitaz-configs/receipt @ rev 881
linux: minimize lzma memory footprint
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jun 06 23:15:25 2008 +0000 (2008-06-06) |
parents | a1d12c37584a |
children | ddb3c9f57308 |
rev | line source |
---|---|
pankso@274 | 1 # SliTaz package receipt. |
pankso@274 | 2 |
pankso@274 | 3 PACKAGE="slitaz-configs" |
pankso@819 | 4 VERSION="2.2" |
pankso@274 | 5 CATEGORY="base-system" |
pankso@655 | 6 SHORT_DESC="SliTaz config files, wallpaper and login sound." |
pankso@274 | 7 MAINTAINER="pankso@slitaz.org" |
pankso@771 | 8 DEPENDS="slitaz-tools xorg-libXcomposite xorg-libXdamage xorg-xcompmgr transset-df tazlito tazpkg slitaz-doc lxtask lxpanel lxappearance openbox ttf-dejavu" |
pankso@274 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pankso@274 | 10 WEB_SITE="http://www.slitaz.org/" |
pankso@819 | 11 WGET_URL="http://download.tuxfamily.org/slitaz/sources/configs/$TARBALL" |
pankso@274 | 12 |
pankso@274 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@274 | 14 genpkg_rules() |
pankso@274 | 15 { |
pankso@274 | 16 # Copy all rootfs from the stuff and set permissions. |
pankso@274 | 17 cp -a $src/rootfs/* $fs |
pankso@715 | 18 cp -a stuff/root $fs |
pankso@715 | 19 chown -R root.root $fs |
pankso@715 | 20 chmod 0750 $fs/root |
pankso@274 | 21 } |