contrib/open-iscsi/Pkgfile
2013-04-09 01:37:14 +02:00

18 lines
375 B
Plaintext

# Description: initiator and target implementation of iscsi
# URL: http://www.open-iscsi.org
# Maintainer: Thomas Penteker, tek at serverop dot de
name=open-iscsi
version=2.0-873
release=1
source=(http://www.open-iscsi.org/bits/open-iscsi-$version.tar.gz)
build() {
cd $name-$version
make
make DESTDIR=$PKG mandir=/usr/man sbindir=/usr/sbin install
}