mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-21 17:06:46 +02:00
33 lines
823 B
Text
33 lines
823 B
Text
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
|
|
pkgname=open-isns
|
|
pkgver=0.102
|
|
pkgrel=2
|
|
pkgdesc="iSNS server and client for Linux"
|
|
url="https://github.com/open-iscsi/open-isns"
|
|
arch="all"
|
|
license="LGPL-2.1-or-later"
|
|
makedepends="meson openssl-dev>3 musl-dev"
|
|
options="!check"
|
|
subpackages="$pkgname-dev $pkgname-doc $pkgname-lib"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/open-iscsi/open-isns/archive/v$pkgver.tar.gz
|
|
"
|
|
|
|
build() {
|
|
abuild-meson \
|
|
-Dsecurity=enabled \
|
|
. output
|
|
meson compile -C output
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
|
rm -rf "$pkgdir"/usr/lib/systemd
|
|
}
|
|
|
|
lib() {
|
|
amove usr/lib
|
|
}
|
|
|
|
sha512sums="
|
|
f5ae8af89b85565181c2f6def9834d9dab0a15d5d9b28721cce116c5580173ed9adba219e1ede48988cb57f047578db4ece458c4a7db598412c7583e56393d2b open-isns-0.102.tar.gz
|
|
"
|