wok-tiny view bootloader/receipt @ rev 126

Update config_form()
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 12 19:39:46 2017 +0100 (2017-02-12)
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 }