aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-10-11 02:37:19 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-10-11 02:37:45 +0200
commitffbe1b1fb219c68c4a5ac2846caf9710d953df9d (patch)
tree048a009148c1273a0cc95bb08e81c1231e76935e /testing
parent962e63badc4312bec35a7f39a14d035a1f31d007 (diff)
downloadaports-ffbe1b1fb219c68c4a5ac2846caf9710d953df9d.tar.bz2
aports-ffbe1b1fb219c68c4a5ac2846caf9710d953df9d.tar.xz
community/unibilium: move from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/unibilium/APKBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/testing/unibilium/APKBUILD b/testing/unibilium/APKBUILD
deleted file mode 100644
index 534a285e6e..0000000000
--- a/testing/unibilium/APKBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# Contributor: Marvin Steadfast <marvin@xsteadfastx.org>
-# Maintainer: Marvin Steadfast <marvin@xsteadfastx.org>
-pkgname=unibilium
-pkgver=1.2.0
-pkgrel=0
-pkgdesc="A terminfo parsing library"
-url="https://github.com/mauke/unibilium/"
-arch="all"
-license="LGPL3"
-depends=""
-depends_dev="libtool"
-makedepends="$depends_dev"
-subpackages="$pkgname-dev $pkgname-doc"
-source="$pkgname-$pkgver.tar.gz::https://github.com/mauke/$pkgname/archive/v$pkgver.tar.gz"
-builddir="$srcdir/$pkgname-$pkgver"
-
-build() {
- cd "$builddir"
- make PREFIX=/usr || return 1
-}
-
-package() {
- cd "$builddir"
- make PREFIX=/usr DESTDIR="$pkgdir" install || return 1
-}
-
-md5sums="9b1c97839a880a373da6c097443b43c4 unibilium-1.2.0.tar.gz"
-sha256sums="623af1099515e673abfd3cae5f2fa808a09ca55dda1c65a7b5c9424eb304ead8 unibilium-1.2.0.tar.gz"
-sha512sums="7aff79669200810c2910006aba657ca2276123ecb3e6e0ba01fa2d1c3cdf838c391594e6035ef150deb6185c4f1e43fe1b0bfb59b23c6697d801a5bdee37a0ee unibilium-1.2.0.tar.gz"