From 110d9fac96b84cabc1b4a8a0cfc7c1f2ac9ba10e Mon Sep 17 00:00:00 2001 From: Leo Date: Fri, 14 Feb 2020 00:58:49 -0300 Subject: community/libeconf: move from testing --- testing/libeconf/APKBUILD | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 testing/libeconf/APKBUILD (limited to 'testing') 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 -# Maintainer: Leo -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" -- cgit v1.3