wok-tiny view bootloader/receipt @ rev 131

base-tiny: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 20 09:49:39 2017 +0200 (2017-08-20)
parents a3e929634247
children 1a6a79b48e76
line source
1 # SliTaz package receipt.
3 PACKAGE="bootloader"
4 VERSION="1.0"
5 CATEGORY="system"
6 SHORT_DESC="Boot floppy creation tool"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://tiny.slitaz.org/"
10 DEPENDS="base-tiny"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 cp -a $stuff/. $fs
16 }