updated on Sun Jan 22 12:09:12 UTC 2012
[aur-mirror.git] / lsscsi / PKGBUILD
blobf722a5820b03a6c3fc882051214b36acb9289879
1 # Contributor : XAVeRY - los dot danielos at gmail dot com
3 pkgname=lsscsi
4 pkgver=0.25
5 pkgrel=1
6 pkgdesc="A tool that lists devices connected via SCSI and its transports"
7 arch=('i686' 'x86_64')
8 url="http://sg.danny.cz/scsi/lsscsi.html"
9 license=('GPL')
10 depends=('sysfsutils')
11 source=(http://sg.danny.cz/scsi/${pkgname}-${pkgver}.tgz)
12 md5sums=('c4e36b106624aff78527c54cf08ecbfe')
14 build() {
15         cd ${srcdir}/${pkgname}-${pkgver}
16         ./configure --prefix=/usr
17         make || return 1
18         make DESTDIR=${pkgdir} install || return 1