#Packager: Shador pkgname=boot-info-script pkgver=0.60 pkgrel=1ab arch=noarch source=("http://downloads.sourceforge.net/project/bootinfoscript/bootinfoscript/0.60/boot_info_script060.zip") sourcetemplate="http://gaia.homelinux.org/salix/slkbuilds/$pkgname/" docs=("changelog") url='http://bootinfoscript.sourceforge.net' slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname (script for troubleshooting booting problems)" "boot_info_script 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/boot_info_script.sh $startdir/pkg/usr/sbin/boot_info_script set +e }