updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git] / multicd.sh / PKGBUILD
blob04f955b13f06969f3bc6f8ab925c7f88e4c3eab9
1 # Contributor: Rorschach <r0rschach@lavabit.com>
3 pkgname=multicd.sh
4 pkgver=5.2
5 pkgrel=1
6 pkgdesc="Skript for creating multiboot CDs."
7 url="http://multicd.tuxfamily.org"
8 arch=('i686' 'x86_64')
9 license="GPL"
10 depends=('syslinux' 'cdrkit')
11 optdepends=('dialog: Choosing Slax modules.')
12 source=(ftp://downloads.tuxfamily.org/multicd/multicd-$pkgver-nosyslinuxincluded.tar.gz multicd.sh.patch plugins.patch)
13 md5sums=('07a5698d7f2b8c54663532780c632ee3' '4cca0dba5d2d49a989b78769dde1da35' '0c679990bd6734baa027b5e669ba43b1')
15 build() {
16         cd $srcdir
17         # Makes multicd.sh compatible with our archlinux setup
18         patch -p0 < multicd.sh.patch
19         # Adds finnix support, and fixes an error in the gparted plugin
20         patch -p0 < plugins.patch
21         install -Dm755 $srcdir/multicd.sh $pkgdir/usr/bin/multicd.sh
22         install -dm755 $pkgdir/usr/share/multicd.sh/plugins
23         install -Dm755 $srcdir/plugins/* $pkgdir/usr/share/multicd.sh/plugins/
24         install -Dm644 $srcdir/combine.sh $pkgdir/usr/share/multicd.sh/
25         install -Dm644 $srcdir/changelog.txt $pkgdir/usr/share/multicd.sh/