contrib/open-isns/Pkgfile

20 lines
430 B
Plaintext

# Description: iSNS server and client
# URL: https://github.com/open-iscsi/open-isns
# Maintainer: Thomas Penteker, tek at serverop dot de
name=open-isns
version=0.100
release=1
source=(https://github.com/open-iscsi/open-isns/archive/v$version/$name-$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
}