wok diff ipxelinux/receipt @ rev 20234

Up Dropbear (2018.76) again
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 05 13:05:36 2018 +0100 (2018-03-05)
parents
children aa52400acd4d
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ipxelinux/receipt	Mon Mar 05 13:05:36 2018 +0100
     1.3 @@ -0,0 +1,19 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="ipxelinux"
     1.7 +VERSION="1.0.0-20170417"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="Open source network boot firmware for pxe server."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +LICENSE="GPL2"
    1.12 +WEB_SITE="http://ipxe.org/"
    1.13 +WANTED="ipxe"
    1.14 +
    1.15 +DEPENDS=""
    1.16 +
    1.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 +genpkg_rules()
    1.19 +{
    1.20 +	mkdir -p $fs/usr/share/boot
    1.21 +	cp -a $src/src/bin/ipxelinux.0 $fs/usr/share/boot/
    1.22 +}