wok-current view ipxelinux/receipt @ rev 20075
Up smplayer (17.9.0)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Mon Sep 25 02:38:29 2017 +0200 (2017-09-25) |
parents | |
children | aa52400acd4d |
line source
1 # SliTaz package receipt.
3 PACKAGE="ipxelinux"
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/ipxelinux.0 $fs/usr/share/boot/
19 }