open-isns: update to 0.98.

This commit is contained in:
Leah Neukirchen 2017-08-21 12:33:30 +02:00
parent 4d09934594
commit de9b7b7d9b
1 changed files with 4 additions and 4 deletions

View File

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