### this file is sourced not run
PKGVER=0.28
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=lsscsi-0.28.tar.gz
MD5SUM=4a39e3b09cd422e2cae3edbaf56b3176
SRC_URL=http://sg.danny.cz/scsi/lsscsi-0.28.tgz
BUNDLE=

SLACKREQ='' # 
SLACKDESC="lsscsi: lsscsi 0.28 (List information about SCSI devices)
lsscsi: 
lsscsi: The lsscsi command lists information about SCSI devices in Linux. 
lsscsi: Using SCSI terminology, lsscsi lists SCSI logical units (or SCSI 
lsscsi: targets when the '--transport' option is given). The default action 
lsscsi: is to produce one line of output for each SCSI device currently 
lsscsi: attached to the system.
lsscsi: 
lsscsi: http://sg.danny.cz/scsi/lsscsi.html
lsscsi: 
lsscsi: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_autoconf &&
	pkg_build_slackdesc
}
