summaryrefslogtreecommitdiff
path: root/community/cdbxx
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-11-02 01:12:34 -0700
committerroot <root@rshg054.dnsready.net>2013-11-02 01:12:34 -0700
commiteb9cc495e6d7c131c76f9abc178ac65f1e20fab1 (patch)
tree2666e8ff27419292a76d9f521c1a67dde999b26a /community/cdbxx
parent22f873a6e3ac2c585a28a1ab2561eaea9765cdc6 (diff)
Sat Nov 2 01:09:32 PDT 2013
Diffstat (limited to 'community/cdbxx')
-rw-r--r--community/cdbxx/PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/community/cdbxx/PKGBUILD b/community/cdbxx/PKGBUILD
index 8409adaa4..0d8075a0c 100644
--- a/community/cdbxx/PKGBUILD
+++ b/community/cdbxx/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 65076 2012-02-20 03:31:11Z spupykin $
+# $Id: PKGBUILD 100138 2013-11-01 20:21:49Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=cdbxx
pkgver=0.0.1rc2
-pkgrel=3
+pkgrel=4
pkgdesc="cdbxx is a small STL style C++ library for TinyCDB implementation of Constant Database"
arch=(i686 x86_64)
url="http://cdbxx.sourceforge.net/"
@@ -21,5 +21,9 @@ build() {
sed -i '1,2i#include <string.h>' src/db.cc
make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
make DESTDIR=$pkgdir install
}