1 # Maintainer: Max Roder <maxroder@web.de>
6 pkgdesc="grub2 script to automatically add boot entries for iso images placed in /boot/images/"
7 url="https://launchpad.net/ubuntu/+source/grub-imageboot/"
11 install='grub-imageboot.install'
12 source=("http://sid.ethz.ch/debian/grub-imageboot/${pkgname}_${pkgver}.tar.gz")
13 sha256sums=('de2e9c00c06ba4756ae4aeaeecffd7a066ee54c447dbd98a58f789a204f3e205')
16 cd "${srcdir}/${pkgname}-1c6dc50"
18 install -Dm755 bin/60_grub-imageboot "$pkgdir/etc/grub.d/60_grub-imageboot"
19 install -Dm644 etc/grub-imageboot "$pkgdir/etc/default/grub-imageboot"
20 install -d "$pkgdir/boot/images"
23 # vim:set ts=2 sw=2 et: