aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lbdb/APKBUILD
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/lbdb/APKBUILD
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/lbdb/APKBUILD')
-rw-r--r--testing/lbdb/APKBUILD33
1 files changed, 0 insertions, 33 deletions
diff --git a/testing/lbdb/APKBUILD b/testing/lbdb/APKBUILD
deleted file mode 100644
index e65bcfbb23..0000000000
--- a/testing/lbdb/APKBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-pkgname=lbdb
-pkgver=0.39
-pkgrel=1
-pkgdesc="The little brother's database for the mutt mail reader"
-arch='all'
-url="http://www.spinnaker.de/lbdb/"
-license="GPL"
-depends='perl'
-source="http://www.spinnaker.de/debian/${pkgname}_${pkgver}.tar.gz"
-subpackages="$pkgname-doc"
-
-_builddir="$srcdir/$pkgname-$pkgver"
-
-build() {
- cd "$_builddir"
- ./configure \
- --prefix=/usr \
- --libdir=/usr/lib/lbdb \
- --sysconfdir=/etc/lbdb \
- || return 1
- make
-}
-
-package() {
- cd "$_builddir"
- make install_prefix="$pkgdir" \
- sysconfdir=/etc/lbdb \
- libdir=/usr/lib/lbdb \
- install
-}
-md5sums="b4739fd4e331e41da8a634c24c98a2c8 lbdb_0.39.tar.gz"
-sha256sums="4083ce4abde18ac949ca6eab453b3b7227a5aa2c737c9ad8ecbb0152fabfafc6 lbdb_0.39.tar.gz"
-sha512sums="f37fd3261fa132d6320039f43765624d4eff3508e20f581688222ab9add4f3846c772fdc6d6bb936d572634b78bae0a2403c6bcf034ed19e2d54d95a744cba1e lbdb_0.39.tar.gz"