From 4ced50fa4d06e8f18ba08e52977f651ce202598f Mon Sep 17 00:00:00 2001 From: Roberto Oliveira Date: Sun, 10 Jun 2018 19:41:56 +0000 Subject: community/librtas: move from testing --- community/librtas/APKBUILD | 35 +++++++++++++++++++++++++++++++++++ testing/librtas/APKBUILD | 35 ----------------------------------- 2 files changed, 35 insertions(+), 35 deletions(-) create mode 100644 community/librtas/APKBUILD delete mode 100644 testing/librtas/APKBUILD diff --git a/community/librtas/APKBUILD b/community/librtas/APKBUILD new file mode 100644 index 0000000000..87f8461807 --- /dev/null +++ b/community/librtas/APKBUILD @@ -0,0 +1,35 @@ +# Maintainer: Breno Leitao +pkgname=librtas +pkgver=2.0.1 +pkgrel=0 +pkgdesc="Librtas provides a set of libraries that access Run-Time Abstraction Services (RTAS)" +url="https://github.com/nfont/librtas" +arch="ppc64le" +options="!check" +license="LGPL" +makedepends="autoconf automake libtool linux-headers" +subpackages="$pkgname-dev $pkgname-doc" +source="$pkgname-$pkgver.tar.gz::https://github.com/nfont/$pkgname/archive/v$pkgver.tar.gz" +builddir="$srcdir/$pkgname-$pkgver" + +prepare() { + default_prepare + cd "$builddir" + ./autogen.sh +} + +build() { + cd "$builddir" + ./configure \ + --build=$CBUILD \ + --host=$CHOST \ + --prefix=/usr + make +} + +package() { + cd "$builddir" + make DESTDIR="$pkgdir" install +} + +sha512sums="922465aa08bc0de49ae259a2655081eb8f91dcc213475b6cac6c4740279433011699a3b50cc23941bb3275f85deec2ffefc2bf1faae51a4baf8baa067b4d6a4d librtas-2.0.1.tar.gz" diff --git a/testing/librtas/APKBUILD b/testing/librtas/APKBUILD deleted file mode 100644 index 87f8461807..0000000000 --- a/testing/librtas/APKBUILD +++ /dev/null @@ -1,35 +0,0 @@ -# Maintainer: Breno Leitao -pkgname=librtas -pkgver=2.0.1 -pkgrel=0 -pkgdesc="Librtas provides a set of libraries that access Run-Time Abstraction Services (RTAS)" -url="https://github.com/nfont/librtas" -arch="ppc64le" -options="!check" -license="LGPL" -makedepends="autoconf automake libtool linux-headers" -subpackages="$pkgname-dev $pkgname-doc" -source="$pkgname-$pkgver.tar.gz::https://github.com/nfont/$pkgname/archive/v$pkgver.tar.gz" -builddir="$srcdir/$pkgname-$pkgver" - -prepare() { - default_prepare - cd "$builddir" - ./autogen.sh -} - -build() { - cd "$builddir" - ./configure \ - --build=$CBUILD \ - --host=$CHOST \ - --prefix=/usr - make -} - -package() { - cd "$builddir" - make DESTDIR="$pkgdir" install -} - -sha512sums="922465aa08bc0de49ae259a2655081eb8f91dcc213475b6cac6c4740279433011699a3b50cc23941bb3275f85deec2ffefc2bf1faae51a4baf8baa067b4d6a4d librtas-2.0.1.tar.gz" -- cgit v1.2.3