wok annotate mirror-tools/receipt @ rev 1861

Add: tcl6.5*, tk8.5*.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue Dec 16 00:20:30 2008 +0100 (2008-12-16)
parents
children fc784f29b3f6
rev   line source
pascal@1725 1 # SliTaz package receipt.
pascal@1725 2
pascal@1725 3 PACKAGE="mirror-tools"
pascal@1725 4 VERSION="1.0"
pascal@1725 5 CATEGORY="extra"
pascal@1725 6 SHORT_DESC="Mirrors toolset."
pascal@1725 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@1725 8 WEB_SITE="http://www.slitaz.org/"
pascal@1725 9
pascal@1725 10 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1725 11 genpkg_rules()
pascal@1725 12 {
pascal@1725 13 cp -a stuff/* $fs
pascal@1725 14 }
pascal@1725 15