summaryrefslogtreecommitdiff
path: root/community/kyotocabinet/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/kyotocabinet/PKGBUILD')
-rw-r--r--community/kyotocabinet/PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/community/kyotocabinet/PKGBUILD b/community/kyotocabinet/PKGBUILD
index bf2381288..241470c2f 100644
--- a/community/kyotocabinet/PKGBUILD
+++ b/community/kyotocabinet/PKGBUILD
@@ -1,28 +1,27 @@
-# $Id: PKGBUILD 90164 2013-05-07 16:07:18Z fyan $
+# $Id: PKGBUILD 99150 2013-10-25 05:03:47Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: Alexander Duscheleit <jinks@archlinux.us>
# Contributor: Joaquim Pedro (osmano807) <osmano807@gmail.com>
pkgname=kyotocabinet
pkgver=1.2.76
-pkgrel=3
+pkgrel=4
pkgdesc="a modern implementation of DBM in C++"
arch=('i686' 'x86_64' 'mips64el')
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"
+ cd $pkgname-$pkgver
./configure --prefix=/usr --disable-opt
make
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd $pkgname-$pkgver
make install DESTDIR="$pkgdir/"
}