wok view ipxelinux/receipt @ rev 24683

updated jack-audio-connection-kit and jack-audio-connection-kit-dev (0.125.0 -> 1.9.20)
author Hans-G?nter Theisgen
date Sat Mar 12 10:39:47 2022 +0100 (2022-03-12)
parents b054d6cbf5b8
children
line source
1 # SliTaz package receipt.
3 PACKAGE="ipxelinux"
4 VERSION="1.21.1"
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="https://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 }