opt/lsscsi/Pkgfile
2014-12-19 17:52:59 +01:00

17 lines
373 B
Plaintext

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