wok view ipxe-pxe/receipt @ rev 15750
Up: libfm (1.1.4) and pcmanfm (1.1.2) everything works fine (trash, usb/hd mount, etc), may we use it again by default ?
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Jan 03 11:59:56 2014 +0100 (2014-01-03) |
parents | 408c87fa22ca |
children | c0ad10db4140 |
line source
1 # SliTaz package receipt.
3 PACKAGE="ipxe-pxe"
4 VERSION="1.0.0-20130925"
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/undionly.kpxe $fs/usr/share/boot/ipxe.pxe
19 }