contrib/open-isns/Pkgfile

20 lines
430 B
Plaintext
Raw Normal View History

2017-03-30 00:05:20 +02:00
# Description: iSNS server and client
# URL: https://github.com/open-iscsi/open-isns
2020-06-08 20:02:25 +02:00
# Maintainer: Thomas Penteker, tek at serverop dot de
2017-03-30 00:05:20 +02:00
name=open-isns
2020-06-08 20:02:25 +02:00
version=0.100
2017-03-30 00:05:20 +02:00
release=1
2020-06-08 20:02:25 +02:00
source=(https://github.com/open-iscsi/open-isns/archive/v$version/$name-$version.tar.gz)
2017-03-30 00:05:20 +02:00
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install install_lib install_hdrs
rm -r $PKG/usr/lib/systemd
}