diff options
author | Henrik Riomar <henrik.riomar@gmail.com> | 2019-05-16 20:41:30 +0200 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-21 13:43:32 +0000 |
commit | f60e81cc2b1d56c6237dcac41786afe795b204df (patch) | |
tree | 25069a9fec63010d41e267e12f18b029c4ed1fcf /testing | |
parent | 960e6c3c0548f6f8b7dfef7523ff980e839a31fc (diff) | |
download | aports-f60e81cc2b1d56c6237dcac41786afe795b204df.tar.bz2 aports-f60e81cc2b1d56c6237dcac41786afe795b204df.tar.xz |
community/iucode-tool: move from testing
Diffstat (limited to 'testing')
-rw-r--r-- | testing/iucode-tool/APKBUILD | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/testing/iucode-tool/APKBUILD b/testing/iucode-tool/APKBUILD deleted file mode 100644 index 62743e3a53..0000000000 --- a/testing/iucode-tool/APKBUILD +++ /dev/null @@ -1,37 +0,0 @@ -# Maintainer: Natanael Copa <ncopa@alpinelinux.org> -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" |