contrib/open-isns/Pkgfile

21 lines
406 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
# Maintainer: Thomas Penteker, tek at serverop dot de
name=open-isns
2019-01-07 22:43:54 +01:00
version=0.99
2017-03-30 00:05:20 +02:00
release=1
source=(http://distfiles.serverop.de/open-isns-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install install_lib install_hdrs
rm -r $PKG/usr/lib/systemd
}