From 50b5620d95315dda4e719f3e705127f8a15e7b16 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 5 Dec 2018 09:43:43 +0000 Subject: testing/iucode-tool: new aport manipulate microcode update collections for Intel i686 and X86-64 https://gitlab.com/iucode-tool/iucode-tool --- testing/iucode-tool/APKBUILD | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 testing/iucode-tool/APKBUILD (limited to 'testing') diff --git a/testing/iucode-tool/APKBUILD b/testing/iucode-tool/APKBUILD new file mode 100644 index 0000000000..62743e3a53 --- /dev/null +++ b/testing/iucode-tool/APKBUILD @@ -0,0 +1,37 @@ +# Maintainer: Natanael Copa +pkgname=iucode-tool +pkgver=2.3.1 +pkgrel=0 +pkgdesc="manipulate microcode update collections for Intel i686 and X86-64" +url="https://gitlab.com/iucode-tool/iucode-tool" +arch="x86 x86_64" +license="GPLv2+" +makedepends="autoconf automake libtool argp-standalone" +subpackages="$pkgname-doc" +source="https://gitlab.com/iucode-tool/iucode-tool/-/archive/v$pkgver/iucode-tool-v$pkgver.tar.gz" +builddir="$srcdir/iucode-tool-v$pkgver" + +build() { + cd "$builddir" + ./autogen.sh + ./configure \ + --build=$CBUILD \ + --host=$CHOST \ + --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + --localstatedir=/var + make +} + +check() { + cd "$builddir" + make check +} + +package() { + cd "$builddir" + make install DESTDIR="$pkgdir" +} + +sha512sums="e6b1d6b6362e129037105b8759f372ff1e3bfacde5525fd58d87a479807c59e0491348f5891bc995aec6bd3cb150401fe10b4beccd5b96742665d735fbf2c911 iucode-tool-v2.3.1.tar.gz" -- cgit v1.2.3