open-isns: update to 0.98.
This commit is contained in:
parent
4d09934594
commit
de9b7b7d9b
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'open-isns'
|
||||
pkgname=open-isns
|
||||
version=0.97
|
||||
revision=2
|
||||
version=0.98
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-shared"
|
||||
makedepends="libressl-devel"
|
||||
make_install_args="install install_hdrs install_lib SYSTEMDDIR=/tmp"
|
||||
conf_files="/etc/isns/isnsdd.conf /etc/isns/isnsd.conf /etc/isns/isnsadm.conf"
|
||||
short_desc="Server and client for iSNS"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="LGPL-2.1"
|
||||
homepage="https://github.com/open-iscsi/open-isns"
|
||||
distfiles="https://github.com/open-iscsi/open-isns/archive/v${version}.tar.gz"
|
||||
checksum=c1c9ae740172e55a1ff33bc22151ec3d916562bf5d60c8420cd64496343683a9
|
||||
checksum=c5cbd161e51fb993728c04e56d3da693b73eb3f4e81d17f66eb5b7653c29e8eb
|
||||
|
||||
post_extract() {
|
||||
sed -i '1i#include <sys/time.h>' include/libisns/isns.h
|
||||
|
|
Loading…
Reference in New Issue