wok annotate slitaz-arm-configs/receipt @ rev 23218
cups-filters: inserted one more include statement
author | Hans-G?nter Theisgen |
---|---|
date | Mon Mar 23 07:58:20 2020 +0100 (2020-03-23) |
parents | 365cbf7fa47a |
children | 7e911016a644 |
rev | line source |
---|---|
pankso@16422 | 1 # SliTaz package receipt. |
pankso@16422 | 2 |
pankso@16422 | 3 PACKAGE="slitaz-arm-configs" |
pascal@19017 | 4 VERSION="212" |
pankso@16422 | 5 CATEGORY="base-system" |
pankso@16422 | 6 SHORT_DESC="SliTaz ARM config files and artwork." |
pankso@16422 | 7 MAINTAINER="pankso@slitaz.org" |
pankso@16422 | 8 LICENSE="GPL3" |
pankso@16422 | 9 WEB_SITE="http://www.slitaz.org/" |
pankso@16423 | 10 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pascal@19017 | 11 WGET_URL="http://hg.slitaz.org/slitaz-arm/archive/$VERSION.tar.bz2" |
pankso@16422 | 12 CONFIG_FILES="/etc/slitaz/applications.conf /etc/rcS.conf" |
pankso@16422 | 13 HOST_ARCH="arm" |
pankso@16422 | 14 |
pankso@16422 | 15 DEPENDS="slitaz-configs-base" |
pankso@16422 | 16 |
pankso@16422 | 17 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@16422 | 18 genpkg_rules() |
pankso@16422 | 19 { |
pankso@16422 | 20 cd ${src} |
pankso@16422 | 21 cp -a rootfs/* ${fs} |
pankso@16422 | 22 chown -R root.root $fs |
pankso@16422 | 23 } |