updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / grub-imageboot / PKGBUILD
blob9a2b38ebb30dfcbc5ce6086f64aa3746b9dc3fc1
1 # Maintainer: Max Roder <maxroder@web.de>
3 pkgname=grub-imageboot
4 pkgver=0.5
5 pkgrel=3
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/"
8 arch=('any')
9 license=('GPL')
10 depends=('syslinux')
11 install='grub-imageboot.install'
12 source=("http://sid.ethz.ch/debian/grub-imageboot/${pkgname}_${pkgver}.tar.gz")
13 sha256sums=('de2e9c00c06ba4756ae4aeaeecffd7a066ee54c447dbd98a58f789a204f3e205')
15 package() {
16   cd "${srcdir}/${pkgname}-1c6dc50"
17   
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: