summaryrefslogtreecommitdiff
path: root/community/cdbxx
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-21 11:26:12 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-21 11:26:12 -0300
commitc0bcbcf4015ba2388cb0f0bd418e5242f9613b43 (patch)
tree8e4f525a74e1ec4d373256b380f7d49305ed5d00 /community/cdbxx
parenta05bf04c686ff44fc6c12fbe774d65032b74c55d (diff)
parent11484c032f8c236b2044e715a9a3b28e33f65598 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/6tunnel/PKGBUILD community/chrootuid/PKGBUILD community/cpulimit/PKGBUILD community/cutter/PKGBUILD community/darkhttpd/PKGBUILD community/darkstat/PKGBUILD community/datemath/PKGBUILD community/delegate/PKGBUILD community/dfm/PKGBUILD community/freedroid/PKGBUILD community/parano/PKGBUILD community/pyvorbis/PKGBUILD community/scrotwm/PKGBUILD extra/antlr2/PKGBUILD extra/live-media/PKGBUILD extra/mono-zeroconf/PKGBUILD extra/vlc/PKGBUILD
Diffstat (limited to 'community/cdbxx')
-rw-r--r--community/cdbxx/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/cdbxx/PKGBUILD b/community/cdbxx/PKGBUILD
index 671485ef7..b2be5c5f5 100644
--- a/community/cdbxx/PKGBUILD
+++ b/community/cdbxx/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 17495 2010-05-24 14:11:11Z spupykin $
+# $Id: PKGBUILD 65076 2012-02-20 03:31:11Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=cdbxx
pkgver=0.0.1rc2
-pkgrel=2
+pkgrel=3
pkgdesc="cdbxx is a small STL style C++ library for TinyCDB implementation of Constant Database"
arch=(i686 x86_64 'mips64el')
url="http://cdbxx.sourceforge.net/"
@@ -15,11 +15,11 @@ source=(http://downloads.sourceforge.net/sourceforge/cdbxx/$pkgname-$pkgver.tar.
md5sums=('8c7f3eebe5c090ddea4aebf5445a1621')
build() {
- cd $startdir/src/$pkgname-$pkgver
+ cd $srcdir/$pkgname-$pkgver
sed -i 's#LDFLAGS = -Wl,-rpath,$(shell pwd)/../src/ -L../src/ -lcdbxx#LDFLAGS = -Wl,-rpath,$(shell pwd)/../src/ -L../src/ -lcdbxx -lcdb#' ./testsuite/Makefile
sed -i '1,2i#include <string.h>' src/db.cc
- make || return 1
- make DESTDIR=$startdir/pkg install
+ make
+ make DESTDIR=$pkgdir install
}