mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
28 lines
936 B
Bash
28 lines
936 B
Bash
|
# $Id: PKGBUILD 12670 2008-09-17 21:19:05Z tpowa $
|
||
|
# Maintainer : Tobias Powalowski <tpowa@archlinux.org>
|
||
|
|
||
|
pkgname=mkisolinux
|
||
|
pkgver=2008.12
|
||
|
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' 'mkisolinux' 'mkisolinux.conf' 'options.msg')
|
||
|
replaces=('mkbootcd')
|
||
|
backup=(etc/mkisolinux.conf)
|
||
|
|
||
|
build()
|
||
|
{
|
||
|
cd $startdir/src/
|
||
|
install -D -m755 mkisolinux $startdir/pkg/usr/sbin/mkisolinux
|
||
|
install -D -m644 mkisolinux.conf $startdir/pkg/etc/mkisolinux.conf
|
||
|
install -D -m644 boot.msg $startdir/pkg/usr/share/mkisolinux/boot.msg
|
||
|
install -D -m644 options.msg $startdir/pkg/usr/share/mkisolinux/options.msg
|
||
|
}
|
||
|
md5sums=('6cc9a8927353479a5426b85c0ae1d826'
|
||
|
'a0bb46d322ebeef38dae026008e3a19c'
|
||
|
'287af942432ca63e3902c2f0e166751d'
|
||
|
'b211c5f7e30d2ee36cde20f71aa3f2b8')
|