wok view ipxe-pxe/receipt @ rev 20095
slitaz-base-files: don't backup-restore the whole /etc ($CONFIG_FILES variable exist), allow to update /etc/init.d/rc.functions
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Oct 05 23:51:00 2017 +0300 (2017-10-05) |
parents | b87cb7a0f890 |
children | aa52400acd4d |
line source
1 # SliTaz package receipt.
3 PACKAGE="ipxe-pxe"
4 VERSION="1.0.0-20170417"
5 CATEGORY="system-tools"
6 SHORT_DESC="Open source network boot firmware for pxe server."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://ipxe.org/"
10 WANTED="ipxe"
12 DEPENDS=""
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share/boot
18 cp -a $src/src/bin/ipxe.kpxe $fs/usr/share/boot/ipxe.pxe
19 cp -a $src/src/bin/undionly.kpxe $fs/usr/share/boot/undi.pxe
20 }