aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
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"