aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libzen
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-08-25 15:26:24 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2016-08-25 15:26:24 +0200
commitb6af1e02efe594039707cd882517663d5370f375 (patch)
treeff9c2d55873e051e82972ba64c017352d3a75d34 /testing/libzen
parenta71346b7acebc600960a98c84fb32cfd72fe864b (diff)
downloadaports-b6af1e02efe594039707cd882517663d5370f375.tar.bz2
aports-b6af1e02efe594039707cd882517663d5370f375.tar.xz
testing/[multiple]: move unmaintained packages
This moves all packages from testing to unmaintained which have not been updated for atleast 6 months. If you are affected by this commit please follow this proceddure: * make sure your packages build on all architectures * move your pacakge(s) back to testing * if you want to keep this package and can maintain it (or find somebody to maintain it for you) for a minimum of 6 months ask it to be moved to community
Diffstat (limited to 'testing/libzen')
-rw-r--r--testing/libzen/APKBUILD52
1 files changed, 0 insertions, 52 deletions
diff --git a/testing/libzen/APKBUILD b/testing/libzen/APKBUILD
deleted file mode 100644
index 0ca3ea6e9e..0000000000
--- a/testing/libzen/APKBUILD
+++ /dev/null
@@ -1,52 +0,0 @@
-# Contributor: Carlo Landmeter <clandmeter@gmail.com>
-# Maintainer:
-pkgname=libzen
-pkgver=0.4.31
-pkgrel=0
-pkgdesc="shared library for libmediainfo and mediainfo"
-url="http://mediainfo.sourceforge.net"
-arch="all"
-license="BSD"
-depends=""
-depends_dev=""
-makedepends="$depends_dev libtool autoconf automake"
-install=""
-subpackages=""
-source="http://downloads.sourceforge.net/zenlib/${pkgname}_${pkgver}.tar.bz2"
-
-_builddir="$srcdir"/ZenLib/Project/GNU/Library
-
-prepare() {
- local i
- cd "$_builddir"
- for i in $source; do
- case $i in
- *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
- esac
- done
-}
-
-build() {
- cd "$_builddir"
- ./autogen || return 1
- ./configure \
- --build=$CBUILD \
- --host=$CHOST \
- --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --localstatedir=/var \
- || return 1
- make || return 1
-}
-
-package() {
- cd "$_builddir"
- make DESTDIR="$pkgdir" install || return 1
- rm -f "$pkgdir"/usr/lib/*.la
-}
-
-md5sums="a53c78a0e36586700c44a7f19dc88b51 libzen_0.4.31.tar.bz2"
-sha256sums="9fd0ed1861986c59d00e9674efc3afab487172c16e85384d7037b6608a5da4b4 libzen_0.4.31.tar.bz2"
-sha512sums="ab881b0bf6932c6198649898b03634cdb0c133b4b8cbbb29fd6273b858f7b548cac70a7866622b5b3b5d67f28f9cf4856c95a1cca98bbecdf44291c59fe79765 libzen_0.4.31.tar.bz2"