contrib/libiscsi/Pkgfile

21 lines
388 B
Plaintext
Raw Normal View History

2013-04-09 01:34:26 +02:00
# Description: library for iscsi clients
# URL: https://github.com/sahlberg/libiscsi
2013-04-09 01:23:36 +02:00
# Maintainer: Thomas Penteker, tek at serverop dot de
name=libiscsi
2014-09-16 00:31:25 +02:00
version=1.12.0
2013-04-09 01:23:36 +02:00
release=1
source=(https://github.com/sahlberg/libiscsi/archive/$version.tar.gz)
build() {
cd $name-$version
./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
make DESTDIR=$PKG install
}