Skip to content

Commit

Permalink
* add lsscsi
Browse files Browse the repository at this point in the history
  • Loading branch information
kth5 committed Mar 26, 2019
1 parent 5d8030f commit e59944b
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions lsscsi/PKGBUILD
@@ -0,0 +1,27 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: Sébastien Luttringer
# Contributor: XAVeRY - los dot danielos at gmail dot com

pkgname=lsscsi
pkgver=0.30
pkgrel=1
pkgdesc='A tool that lists devices connected via SCSI and its transports'
arch=(x86_64 powerpc64le)
url='http://sg.danny.cz/scsi/lsscsi.html'
license=('GPL')
depends=('sysfsutils')
source=("http://sg.danny.cz/scsi/$pkgname-$pkgver.tgz")
md5sums=('298a700cd50bb4be1382d618f7b038f4')

build() {
cd $pkgname-*/
./configure --prefix=/usr
make
}

package() {
cd $pkgname-*/
make DESTDIR="$pkgdir" install
}

# vim:set ts=2 sw=2 et:

0 comments on commit e59944b

Please sign in to comment.