~alpine/aports

testing/ima-evm-utils: new aport v3 SUPERSEDED

Petr Vorel: 1
 testing/ima-evm-utils: new aport

 1 files changed, 40 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3438/mbox | git am -3
Learn more about email & git

[PATCH v3 1/1] testing/ima-evm-utils: new aport Export this patch

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
---
Changes v2->v3:
* drop attr dependency (attr-dev already depends on it)
* drop empty variable depends=""

Kind regards,
Petr

 testing/ima-evm-utils/APKBUILD | 40 ++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)
 create mode 100644 testing/ima-evm-utils/APKBUILD

diff --git a/testing/ima-evm-utils/APKBUILD b/testing/ima-evm-utils/APKBUILD
new file mode 100644
index 0000000000..b728b8e838
--- /dev/null
+++ b/testing/ima-evm-utils/APKBUILD
@@ -0,0 +1,40 @@
# Contributor: Petr Vorel <petr.vorel@gmail.com>
# Maintainer: Petr Vorel <petr.vorel@gmail.com>
pkgname=ima-evm-utils
pkgver=1.3.2
pkgrel=0
pkgdesc="Linux Integrity Measurement Architecture (IMA) Extended Verification Module (EVM) tools"
url="https://sourceforge.net/p/linux-ima/wiki/Home/"
arch="all"
license="LGPL-2.1-or-later"
makedepends="attr-dev asciidoc autoconf automake bash diffutils docbook-xsl keyutils-dev libtool libxslt linux-headers openssl-dev tpm2-tss-dev xxd"
subpackages="$pkgname-dev $pkgname-doc"
source="http://downloads.sourceforge.net/project/linux-ima/ima-evm-utils/ima-evm-utils-$pkgver.tar.gz"
builddir="$srcdir/ima-evm-utils-$pkgver"

prepare() {
	default_prepare
	./autogen.sh
}

build() {
	./configure \
		--build=$CBUILD \
		--host=$CHOST \
		--prefix=/usr \
		--sysconfdir=/etc \
		--mandir=/usr/share/man \
		--localstatedir=/var \
		--disable-static
	make
}

check() {
	make check
}

package() {
	make DESTDIR="$pkgdir" install
}

sha512sums="af96935f953fbec8cdd40ba1a24001fae916633df03f9dee1e96775baec0ffea21a7a13798b3e3c3f375fd493a65fe65b5357887890b46cac0c4dcca5a5b79db  ima-evm-utils-1.3.2.tar.gz"
-- 
2.28.0