mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
open-isns: update to 0.100.
This commit is contained in:
parent
d5cc2a31cb
commit
227b51ec7b
1 changed files with 7 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'open-isns'
|
# Template file for 'open-isns'
|
||||||
pkgname=open-isns
|
pkgname=open-isns
|
||||||
version=0.99
|
version=0.100
|
||||||
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"
|
||||||
|
@ -12,7 +12,11 @@ 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=a8febecf888d5a38abfa2fcb290194d993b1a7f5bea0cb61f5cf2e9f9e5273c2
|
checksum=b011edbb0f31690aaca902a8ecf4e1f17b01d6c9e9afc51909d26b0993b4328f
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
sed -i 's/ -Werror / /' configure
|
||||||
|
}
|
||||||
|
|
||||||
libisns_package() {
|
libisns_package() {
|
||||||
short_desc+=" - library"
|
short_desc+=" - library"
|
||||||
|
|
Loading…
Add table
Reference in a new issue