1 # Contributor : XAVeRY - los dot danielos at gmail dot com
6 pkgdesc="A tool that lists devices connected via SCSI and its transports"
8 url="http://sg.danny.cz/scsi/lsscsi.html"
10 depends=('sysfsutils')
11 source=(http://sg.danny.cz/scsi/${pkgname}-${pkgver}.tgz)
12 md5sums=('c4e36b106624aff78527c54cf08ecbfe')
15 cd ${srcdir}/${pkgname}-${pkgver}
16 ./configure --prefix=/usr
18 make DESTDIR=${pkgdir} install || return 1