wok-tiny view bootloader/receipt @ rev 183

linux: fix bundle.S
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 26 17:09:38 2023 +0000 (7 months ago)
parents 1a6a79b48e76
children
line source
1 # SliTaz package receipt.
3 PACKAGE="bootloader"
4 VERSION="1.0"
5 CATEGORY="base-system"
6 GROUP="misc"
7 SHORT_DESC="Boot floppy creation tool"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="http://tiny.slitaz.org/"
11 DEPENDS="base-tiny"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 cp -a $stuff/. $fs
17 }