diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-09-21 15:49:37 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-09-21 15:49:37 +0000 |
commit | ae08410274473c5ab78d300ea2365c4b1070cc61 (patch) | |
tree | b7c8ba3dee66edfadb32e57332ed76025981c94d /extra/mkbootcd/PKGBUILD | |
parent | d739da01541d53414129d3171df221cfe2440fe5 (diff) |
Wed Sep 21 15:49:35 UTC 2011
Diffstat (limited to 'extra/mkbootcd/PKGBUILD')
-rw-r--r-- | extra/mkbootcd/PKGBUILD | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/extra/mkbootcd/PKGBUILD b/extra/mkbootcd/PKGBUILD deleted file mode 100644 index dc06beb41..000000000 --- a/extra/mkbootcd/PKGBUILD +++ /dev/null @@ -1,26 +0,0 @@ -# $Id: PKGBUILD 12672 2008-09-17 21:20:37Z tpowa $ -# Maintainer : Tobias Powalowski <tpowa@archlinux.org> - -pkgname=mkbootcd -pkgver=2008.09 -pkgrel=1 -pkgdesc="Advanced, modular isolinux bootcd image creation utility" -arch=(i686 x86_64) -license=('GPL') -url="http://www.archlinux.org/" -depends=('mkinitcpio' 'cdrkit' 'syslinux') -source=('boot.msg' 'mkbootcd' 'mkbootcd.conf' 'options.msg') -backup=(etc/mkbootcd.conf) - -build() -{ - cd $startdir/src/ - install -D -m755 mkbootcd $startdir/pkg/usr/sbin/mkbootcd - install -D -m644 mkbootcd.conf $startdir/pkg/etc/mkbootcd.conf - install -D -m644 boot.msg $startdir/pkg/usr/share/mkbootcd/boot.msg - install -D -m644 options.msg $startdir/pkg/usr/share/mkbootcd/options.msg -} -md5sums=('d02e111f81204044644f728ff85e2284' - 'bfae68f0a5168bd41f8d0c56f524fb08' - 'e08b9b952b5e468feb16e3f20ee3faf2' - 'fa078942b8adf261e4d925e080dc3018') |