contrib/open-iscsi/Pkgfile

16 lines
436 B
Plaintext
Raw Normal View History

2013-04-09 01:37:14 +02:00
# Description: initiator and target implementation of iscsi
2017-03-30 00:05:26 +02:00
# URL: https://github.com/open-iscsi/open-iscsi
2020-05-26 01:31:34 +02:00
# Maintainer: Thomas Penteker, tek at serverop dot de
2017-03-30 00:05:26 +02:00
# Depends on: open-isns
2013-04-09 01:37:14 +02:00
name=open-iscsi
2020-07-25 16:31:04 +02:00
version=2.1.2
2013-04-09 01:37:14 +02:00
release=1
2020-05-26 01:31:34 +02:00
source=(https://github.com/open-iscsi/open-iscsi/archive/$version/$name-$version.tar.gz)
2013-04-09 01:37:14 +02:00
build() {
2020-05-26 01:31:34 +02:00
cd $name-$version
make OPTFLAGS=" -DNO_SYSTEMD"
make DESTDIR=$PKG install LIB_DIR="/usr/lib"
2013-04-09 01:37:14 +02:00
}