mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
27 lines
960 B
Bash
27 lines
960 B
Bash
# $Id: PKGBUILD 51322 2009-09-07 15:47:43Z tpowa $
|
|
# Maintainer : Tobias Powalowski <tpowa@archlinux.org>
|
|
|
|
pkgname=mkpxelinux
|
|
pkgver=2009.09
|
|
pkgrel=1
|
|
pkgdesc="Advanced, modular network pxe boot image creation utility"
|
|
arch=(i686 x86_64)
|
|
license=('GPL')
|
|
url="http://www.archlinux.org/"
|
|
depends=('mkinitcpio' 'tftp-hpa' 'syslinux')
|
|
source=('boot.msg' 'mkpxelinux' 'mkpxelinux.conf' 'options.msg')
|
|
backup=(etc/mkpxelinux.conf)
|
|
optdepends=('dhcp: for dhcp server usage')
|
|
|
|
build()
|
|
{
|
|
cd $startdir/src/
|
|
install -D -m755 mkpxelinux $startdir/pkg/usr/sbin/mkpxelinux
|
|
install -D -m644 mkpxelinux.conf $startdir/pkg/etc/mkpxelinux.conf
|
|
install -D -m644 boot.msg $startdir/pkg/usr/share/mkpxelinux/boot.msg
|
|
install -D -m644 options.msg $startdir/pkg/usr/share/mkpxelinux/options.msg
|
|
}
|
|
md5sums=('f4a30ab94fdc1974f4fbdfd7235ca512'
|
|
'2c98ea6e377e68f4427dca55ce509e73'
|
|
'6fd7b3fd2307d8621be66c16e0d6529a'
|
|
'b211c5f7e30d2ee36cde20f71aa3f2b8')
|