wok-6.x annotate mirror-tools/receipt @ rev 1941

tazndis, Ask for starting at boot timeadd. Add CHANGELOG file.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Dec 27 22:07:42 2008 +0100 (2008-12-27)
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