summaryrefslogtreecommitdiff
path: root/extra/sord
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-03-20 10:11:09 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-03-20 10:11:09 +0100
commit4a9e8bf99c82c3a601cbee219eb14487f085975b (patch)
tree88737c6b016bcdeeda69e031e5c3509d743bd518 /extra/sord
parent067a3f8c6ecfe3dc81b09e96d1015ca6e61ff2e5 (diff)
parent3cdbec41955c7232e91ef149f77ce9ed215a10fa (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/glee/PKGBUILD extra/brasero/PKGBUILD extra/cups/PKGBUILD extra/gdk-pixbuf2/PKGBUILD extra/geoclue/PKGBUILD extra/lilv/PKGBUILD extra/php/PKGBUILD extra/sord/PKGBUILD extra/sqlite/PKGBUILD extra/sratom/PKGBUILD extra/suil/PKGBUILD libre/clementine-libre/PKGBUILD
Diffstat (limited to 'extra/sord')
-rw-r--r--extra/sord/PKGBUILD22
1 files changed, 11 insertions, 11 deletions
diff --git a/extra/sord/PKGBUILD b/extra/sord/PKGBUILD
index 8d0a71024..0f47e40d5 100644
--- a/extra/sord/PKGBUILD
+++ b/extra/sord/PKGBUILD
@@ -3,31 +3,31 @@
# Contributor: speps <speps at aur dot archlinux dot org>
pkgname=sord
-pkgver=0.10.4
+pkgver=0.12.0
pkgrel=1
-pkgdesc="A lightweight C library for storing RDF data in memory."
-arch=(i686 x86_64 mips64el)
-url="http://drobilla.net/software/$pkgname/"
+pkgdesc="A lightweight C library for storing RDF data in memory"
+arch=('i686' 'x86_64' 'mips64el')
+url="http://drobilla.net/software/sord/"
license=('custom:ISC')
-depends=('serd>=0.18.0' 'pcre')
+depends=('serd' 'pcre')
makedepends=('python2')
source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2")
-md5sums=('9353e5b5e26c926c1a8c0e43fa577f31')
+md5sums=('0c045bd0a7a2d70974ed7287bb61f891')
build() {
cd "$srcdir/$pkgname-$pkgver"
- # remove ldconfig
+ # remove ldconfig --speps
sed -i "/ldconfig/d" wscript
- python2 ./waf configure --prefix=/usr \
- --mandir=/usr/share/man
- python2 ./waf
+ python2 waf configure --prefix=/usr
+ python2 waf build $MAKEFLAGS
}
package() {
cd "$srcdir/$pkgname-$pkgver"
- DESTDIR="$pkgdir" python2 ./waf install
+
+ python2 waf install --destdir="$pkgdir"
# license
install -Dm644 COPYING \