contrib/open-iscsi/Pkgfile

19 lines
374 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
2013-04-09 01:37:14 +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
2017-03-30 00:05:26 +02:00
version=2.0.874
2013-04-09 01:37:14 +02:00
release=1
2016-12-21 19:37:25 +01:00
source=(http://distfiles.serverop.de/open-iscsi-$version.tar.gz)
2013-04-09 01:37:14 +02:00
build() {
cd $name-$version
make
2016-12-21 19:37:25 +01:00
make DESTDIR=$PKG install
2013-04-09 01:37:14 +02:00
}