blob: 1a32f4504b3b8feb59c65f155b7951568b87c83f (
plain)
1 # Description: initiator and target implementation of iscsi
2 # URL: http://www.open-iscsi.org
3 # Maintainer: Thomas Penteker, tek at serverop dot de
4
5 name=open-iscsi
6 version=2.0-873
7 release=1
8 source=(http://www.open-iscsi.org/bits/open-iscsi-$version.tar.gz)
9
10 build() {
11
12 cd $name-$version
13
14 make
15 make DESTDIR=$PKG mandir=/usr/man sbindir=/usr/sbin install
16
17 }
|