From 9e554cdbcd6f62812f127c869ca63e51b98587a1 Mon Sep 17 00:00:00 2001 From: Thomas Penteker Date: Tue, 9 Apr 2013 01:37:14 +0200 Subject: open-iscsi: initial import --- open-iscsi/Pkgfile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 open-iscsi/Pkgfile (limited to 'open-iscsi/Pkgfile') diff --git a/open-iscsi/Pkgfile b/open-iscsi/Pkgfile new file mode 100644 index 000000000..1a32f4504 --- /dev/null +++ b/open-iscsi/Pkgfile @@ -0,0 +1,17 @@ +# 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 + +} -- cgit v1.2.3