contrib/libiscsi/Pkgfile

21 lines
392 B
Plaintext
Raw Normal View History

2013-04-09 01:34:26 +02:00
# Description: library for iscsi clients
2016-02-11 01:04:44 +01:00
# URL: https://github.com/sahlberg/libiscsi
2013-04-09 01:23:36 +02:00
# Maintainer: Thomas Penteker, tek at serverop dot de
name=libiscsi
2017-05-08 01:06:34 +02:00
version=1.18.0
2013-04-09 01:23:36 +02:00
release=1
source=(https://github.com/sahlberg/libiscsi/archive/$version.tar.gz)
build() {
2016-02-11 01:04:44 +01:00
cd $name-$version
2013-04-09 01:23:36 +02:00
./autogen.sh
2014-09-16 00:31:25 +02:00
./configure --prefix=/usr --mandir=/usr/man
2013-04-09 01:23:36 +02:00
make
2016-02-11 01:04:44 +01:00
make DESTDIR=$PKG install
2013-04-09 01:23:36 +02:00
}