opt/lsscsi/Pkgfile
2019-12-09 00:47:40 +11:00

18 lines
337 B
Plaintext

# Description: list information about SCSI devices
# URL: http://sg.danny.cz/scsi/lsscsi.html
# Maintainer: Thomas Penteker, tek at serverop dot de
name=lsscsi
version=0.30
release=1
source=(http://sg.danny.cz/scsi/lsscsi-$version.tgz)
build() {
cd $name-*
./configure --prefix=/usr
make
make install DESTDIR=$PKG
}