aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-14 00:58:49 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-02-14 00:58:49 -0300
commit110d9fac96b84cabc1b4a8a0cfc7c1f2ac9ba10e (patch)
tree146fc33244e5e98f4d36cf615fbe212a1ad1bc80 /testing
parent0d17d0de67ad861692681fc8d14fc985060aa046 (diff)
downloadaports-110d9fac96b84cabc1b4a8a0cfc7c1f2ac9ba10e.tar.bz2
aports-110d9fac96b84cabc1b4a8a0cfc7c1f2ac9ba10e.tar.xz
community/libeconf: move from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/libeconf/APKBUILD33
1 files changed, 0 insertions, 33 deletions
diff --git a/testing/libeconf/APKBUILD b/testing/libeconf/APKBUILD
deleted file mode 100644
index 3be0a96f15..0000000000
--- a/testing/libeconf/APKBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# Contributor: Leo <thinkabit.ukim@gmail.com>
-# Maintainer: Leo <thinkabit.ukim@gmail.com>
-pkgname=libeconf
-pkgver=0.3.5
-pkgrel=0
-pkgdesc="Enhanced Config File Parser"
-url="https://github.com/openSUSE/libeconf"
-arch="all"
-license="MIT"
-subpackages="$pkgname-dev"
-source="https://github.com/openSUSE/libeconf/releases/download/$pkgver/libeconf-$pkgver.tar.xz"
-
-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="18bb408185721c054695fa46b488e7e2226dc25a116a019bf3178233a9928cfd2711dce182793e7bbf235d69023bffc5c29897901c90d04bd066620505069900 libeconf-0.3.5.tar.xz"