mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
open-isns: update to 0.103.
This commit is contained in:
parent
90fe1bb8de
commit
8fddbf0443
1 changed files with 6 additions and 8 deletions
|
@ -1,21 +1,19 @@
|
||||||
# Template file for 'open-isns'
|
# Template file for 'open-isns'
|
||||||
pkgname=open-isns
|
pkgname=open-isns
|
||||||
version=0.102
|
version=0.103
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=meson
|
||||||
configure_args="--enable-shared"
|
|
||||||
makedepends="openssl-devel"
|
makedepends="openssl-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"
|
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="Leah Neukirchen <leah@vuxu.org>"
|
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=9611344733c0cdf14395f60880950ea4c3c7d6b765565b6493ad3e1afbe216de
|
checksum=47499f3ce87a832840884dcf3eedbec8c039f472fe921a5378e3b206a3fc1a32
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i 's/ -Werror / /' configure
|
vsed -i -e 's/builddir/build/g' tests/harness.py
|
||||||
}
|
}
|
||||||
|
|
||||||
libisns_package() {
|
libisns_package() {
|
||||||
|
@ -29,7 +27,7 @@ libisns-devel_package() {
|
||||||
depends="libisns>=${version}_${revision}"
|
depends="libisns>=${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/lib/*.so
|
vmove usr/lib/*.so
|
||||||
vmove usr/lib/*.a
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue