contrib/open-iscsi/Pkgfile
2016-12-21 19:37:25 +01:00

18 lines
339 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://distfiles.serverop.de/open-iscsi-$version.tar.gz)
build() {
cd $name-$version
make
make DESTDIR=$PKG install
}