lsscsi: initial import

This commit is contained in:
Thomas Penteker 2013-03-14 23:39:49 +01:00
parent aab6f94f13
commit 2e23ca82f5
3 changed files with 23 additions and 0 deletions

6
lsscsi/.footprint Normal file
View File

@ -0,0 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/lsscsi
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/lsscsi.8.gz

1
lsscsi/.md5sum Normal file
View File

@ -0,0 +1 @@
624d705899ed08e872e164679ac56545 lsscsi-0.26.tgz

16
lsscsi/Pkgfile Normal file
View File

@ -0,0 +1,16 @@
# 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.26
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
}