wok-next annotate sagan-rules/receipt @ rev 18985

Add: Backgrounds created by the community. See: https://github.com/hackdorte/slitaz-community-backgrounds
author Leonardo Laporte <hackdorte@sapo.pt>
date Thu Mar 17 00:11:28 2016 -0300 (2016-03-17)
parents 23e3fa9c545d
children d5aab818505e
rev   line source
erjo@11418 1 # SliTaz package receipt.
erjo@11418 2
erjo@11418 3 PACKAGE="sagan-rules"
slaxemulator@11420 4 VERSION="08222011"
erjo@11418 5 CATEGORY="security"
erjo@11418 6 SHORT_DESC="sagan rules"
erjo@11418 7 MAINTAINER="erjo@slitaz.org"
pascal@15587 8 LICENSE="BSD"
erjo@11418 9 WEB_SITE="http://sagan.softwink.com/"
erjo@11418 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
erjo@11418 11 WGET_URL="http://sagan.softwink.com/rules/$TARBALL"
erjo@11418 12
erjo@11418 13 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@11418 14 genpkg_rules()
erjo@11418 15 {
erjo@11418 16 mkdir -p $fs/etc/sagan/rules
slaxemulator@11420 17 cp -a $src/* $fs/etc/sagan/rules
erjo@11418 18 }