contrib/open-iscsi/Pkgfile
2017-03-30 00:05:26 +02:00

19 lines
374 B
Plaintext

# Description: initiator and target implementation of iscsi
# URL: https://github.com/open-iscsi/open-iscsi
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: open-isns
name=open-iscsi
version=2.0.874
release=1
source=(http://distfiles.serverop.de/open-iscsi-$version.tar.gz)
build() {
cd $name-$version
make
make DESTDIR=$PKG install
}