wok annotate slitaz-doc/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents dc56f6a866c0
children 5c84f2b80412
rev   line source
pankso@421 1 # SliTaz package receipt.
pankso@421 2
pankso@421 3 PACKAGE="slitaz-doc"
pascal@14805 4 VERSION="4.4"
pankso@421 5 CATEGORY="base-system"
pankso@421 6 SHORT_DESC="SliTaz system documentation."
pankso@421 7 MAINTAINER="pankso@slitaz.org"
pascal@15579 8 LICENSE="GPL3"
pankso@421 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pankso@421 10 WEB_SITE="http://www.slitaz.org/"
pascal@14805 11 WGET_URL="http://hg.slitaz.org/$PACKAGE/archive/$VERSION.tar.gz"
pankso@421 12
pankso@421 13 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@421 14 genpkg_rules()
pankso@421 15 {
pankso@10742 16 mkdir -p \
pankso@10742 17 $fs/usr/share/doc \
pankso@10690 18 $fs/usr/share/applications \
pankso@10743 19 $fs/etc/skel/Desktop
pankso@10742 20 cp -a $src/slitaz $fs/usr/share/doc
pankso@10742 21 # Desktop file and pixmaps.
pankso@10863 22 cp $src/applications/slitaz-doc.desktop \
pankso@10863 23 $fs/etc/skel/Desktop
pankso@10863 24 cp $src/applications/system-doc.desktop \
pankso@10863 25 $fs/usr/share/applications
pankso@2636 26 cp -a $src/pixmaps $fs/usr/share
pankso@421 27 chown -R root.root $fs/*
pankso@421 28 }