updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / grml-rescueboot / PKGBUILD
blob737eccde630fe71116f1a945371bfd9d5e1a16fa
1 # Maintainer: Max Roder <maxroder@web.de>
3 pkgname='grml-rescueboot'
4 pkgver='0.4.0'
5 pkgrel='1'
6 pkgdesc="grub2 script to add grml iso images to the grub2 boot menu"
7 url="http://deb.grml.org/pool/main/g/grml-rescueboot/"
8 arch=('any')
9 license=('GPL')
10 depends=('grub2')
11 install='grml-rescueboot.install'
12 source=("http://deb.grml.org/pool/main/g/grml-rescueboot/grml-rescueboot_0.4.0.tar.gz")
13 sha256sums=('d20027750719f0eadd9484c1f0a49f51db620a22405413eb4c38ba3d4a13101a')
15 package() {
16         cd ${srcdir}/${pkgname}
18         install -Dm755 42_grml ${pkgdir}/etc/grub.d/42_grml
19         install -Dm644 etc/default/${pkgname} ${pkgdir}/etc/default/${pkgname}
20         install -d /boot/grml
23 # vim:set ts=2 sw=2 et: