updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / bootinfoscript / PKGBUILD
blob623e7f8a1917f16cc66c679cd0d3534b16a57dab
2 # Maintainer: M0Rf30
4 pkgname=bootinfoscript
5 pkgver=0.60
6 pkgrel=1
7 pkgdesc="A bash script which searches all hard drives attached to the computer for information related to booting."
8 arch=('i686' 'x86_64')
9 url="http://sourceforge.net/projects/bootinfoscript/"
10 license=('MIT')
11 depends=('bash')
12 source=(http://prdownloads.sourceforge.net/bootinfoscript/boot_info_script060.zip)
14 build() {
15   cd $srcdir
16   install -D -m644 boot_info_script.sh  $pkgdir/usr/bin/boot_info_script
17   chmod +x $pkgdir/usr/bin/boot_info_script
19 md5sums=('4f97f86b32c7cdd367748012e8fdcd65')