wok view ipxelinux/receipt @ rev 22279

updated xorg-xf86-video-s3virge (1.10.6 -> 1.11.0)
author Hans-G?nter Theisgen
date Wed Nov 13 14:17:52 2019 +0100 (2019-11-13)
parents 49e861a5cc92
children c71df21187b4
line source
1 # SliTaz package receipt.
3 PACKAGE="ipxelinux"
4 VERSION="1.0.0-20190427"
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 }