summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorstef <l0ls0fo2i@ctrlc.hu>2015-03-30 20:12:25 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-03-31 12:57:51 +0000
commit4eeeee6c622c4e514217f79905e02f4ef02b963a (patch)
tree8d9685845d162433e4ce6b593ac379e39f845cbf /testing
parent1cdd1949b0d7650884fd933c6b181be2cc57c330 (diff)
downloadaports-4eeeee6c622c4e514217f79905e02f4ef02b963a.tar.bz2
aports-4eeeee6c622c4e514217f79905e02f4ef02b963a.tar.xz
testing/lbdb initial commit
Diffstat (limited to 'testing')
-rw-r--r--testing/lbdb/APKBUILD25
1 files changed, 25 insertions, 0 deletions
diff --git a/testing/lbdb/APKBUILD b/testing/lbdb/APKBUILD
new file mode 100644
index 000000000..06da547b2
--- /dev/null
+++ b/testing/lbdb/APKBUILD
@@ -0,0 +1,25 @@
+pkgname=lbdb
+pkgver=0.39
+pkgrel=0
+pkgdesc="The little brother's database for the mutt mail reader"
+arch='x86 x86_64'
+url="http://www.spinnaker.de/lbdb/"
+license="GPL"
+depends='perl'
+source="http://www.spinnaker.de/debian/${pkgname}_${pkgver}.tar.gz"
+
+_builddir="$srcdir/$pkgname-$pkgver"
+
+build() {
+ cd "$_builddir"
+ ./configure --prefix=/usr --sysconfdir=/etc
+ make
+}
+
+package() {
+ cd "$_builddir"
+ make install_prefix=$pkgdir install
+}
+md5sums="b4739fd4e331e41da8a634c24c98a2c8 lbdb_0.39.tar.gz"
+sha256sums="4083ce4abde18ac949ca6eab453b3b7227a5aa2c737c9ad8ecbb0152fabfafc6 lbdb_0.39.tar.gz"
+sha512sums="f37fd3261fa132d6320039f43765624d4eff3508e20f581688222ab9add4f3846c772fdc6d6bb936d572634b78bae0a2403c6bcf034ed19e2d54d95a744cba1e lbdb_0.39.tar.gz"