opt/lsscsi/Pkgfile

17 lines
373 B
Plaintext
Raw Normal View History

2013-03-14 23:39:49 +01:00
# 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
2014-12-19 17:52:59 +01:00
version=0.28
2013-03-14 23:39:49 +01:00
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
}