contrib/open-iscsi/Pkgfile

18 lines
339 B
Plaintext
Raw Normal View History

2013-04-09 01:37:14 +02:00
# 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
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
}