From 18a41d682d6e91e0d28fce23eb75292f477bd620 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 Aug 2013 01:21:34 -0700 Subject: Sun Aug 11 01:21:31 PDT 2013 --- community/kyotocabinet/PKGBUILD | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 community/kyotocabinet/PKGBUILD (limited to 'community/kyotocabinet') diff --git a/community/kyotocabinet/PKGBUILD b/community/kyotocabinet/PKGBUILD deleted file mode 100644 index bb08be242..000000000 --- a/community/kyotocabinet/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 90164 2013-05-07 16:07:18Z fyan $ -# Maintainer: Felix Yan -# Contributor: Alexander Duscheleit -# Contributor: Joaquim Pedro (osmano807) - -pkgname=kyotocabinet -pkgver=1.2.76 -pkgrel=3 -pkgdesc="a modern implementation of DBM in C++" -arch=('i686' 'x86_64') -url="http://fallabs.com/kyotocabinet" -license=('LGPL3') -makedepends=('gcc' 'make' 'pkgconfig' 'zlib') -depends=('zlib' 'gcc-libs') -source=("http://fallabs.com/${pkgname}/pkg/${pkgname}-${pkgver}.tar.gz") - -build() { - cd "$srcdir/$pkgname-$pkgver" - - ./configure --prefix=/usr --disable-opt - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - - make install DESTDIR="$pkgdir/" -} - -sha512sums=('278db7b327eb4c21bf0137d9aa14fb67d74d5ce7ed1cb29fc9120d157a60de165ec0cf842903eb7952e8f998045ae585b958977fa973ba0e0773381de71d9f6a') -- cgit v1.2.3-54-g00ecf