diff options
Diffstat (limited to 'libre/mkpxelinux/PKGBUILD')
-rw-r--r-- | libre/mkpxelinux/PKGBUILD | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/libre/mkpxelinux/PKGBUILD b/libre/mkpxelinux/PKGBUILD new file mode 100644 index 000000000..5596983b0 --- /dev/null +++ b/libre/mkpxelinux/PKGBUILD @@ -0,0 +1,27 @@ +# $Id: PKGBUILD 197074 2013-10-21 15:42:46Z tpowa $ +# Maintainer : Tobias Powalowski <tpowa@archlinux.org> + +pkgname=mkpxelinux +pkgver=2013.10 +pkgrel=1.1 +pkgdesc="Advanced, modular network pxe boot image creation utility (Parabola rebranded)" +arch=(any) +license=('GPL') +url="https://parabolagnulinux.org/" +depends=('mkinitcpio' 'tftp-hpa' 'syslinux') +backup=(etc/mkpxelinux.conf) +optdepends=('dhcp: for dhcp server usage') +source=('boot.msg' 'mkpxelinux' 'mkpxelinux.conf' 'options.msg') + +package() +{ + cd "$srcdir/" + install -D -m755 mkpxelinux "$pkgdir/usr/bin/mkpxelinux" + install -D -m644 mkpxelinux.conf "$pkgdir/etc/mkpxelinux.conf" + install -D -m644 boot.msg "$pkgdir/usr/share/mkpxelinux/boot.msg" + install -D -m644 options.msg "$pkgdir/usr/share/mkpxelinux/options.msg" +} +md5sums=('7225e73bfe717f97bd7ab52f5ab157f6' + '44c6b9fa8ae668a432f26adb9e70bd3f' + '158dece3af889740b0f0ee397f9058ed' + 'ae0007d6679b5a575b2a9e5ac3664baf') |