#Packager: Mimosa <tim~DOT~beech~AT~gmail.com>
#Previously packaged by Shador
#
pkgname=bootinfoscript
pkgver=0.61
pkgrel=2tjb
arch=noarch
source=("http://downloads.sourceforge.net/project/bootinfoscript/bootinfoscript/0.61/bootinfoscript-061.tar.gz")
sourcetemplate="http://people.salixos.org/mimosa/packages/14.0/$arch/$pkgname/"
docs=("changelog", "readme")
url='http://bootinfoscript.sourceforge.net'

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"$pkgname (script for troubleshooting booting problems)"
"bootinfoscript is a bash script which searches all hard drives"
"attached to the computer for information related to booting and"
"displays it in a convenient format. Its primary use is for"
"troubleshooting booting problems."
)


build() {
	set -e

	install -m755 -vD $startdir/src/bootinfoscript $startdir/pkg/usr/sbin/bootinfoscript

	set +e
}