wok-tiny view bootloader/receipt @ rev 94

Refresh, remove kernel*, add linux
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 02 21:45:05 2015 +0200 (2015-10-02)
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 }