[arch-commits] Commit in sord/repos (community-x86_64 community-x86_64/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Feb 6 17:32:03 UTC 2018


    Date: Tuesday, February 6, 2018 @ 17:32:02
  Author: arojas
Revision: 289457

archrelease: copy trunk to community-x86_64

Added:
  sord/repos/community-x86_64/
  sord/repos/community-x86_64/PKGBUILD
    (from rev 289456, sord/trunk/PKGBUILD)

----------+
 PKGBUILD |   37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

Copied: sord/repos/community-x86_64/PKGBUILD (from rev 289456, sord/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-02-06 17:32:02 UTC (rev 289457)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=sord
+pkgver=0.14.0
+pkgrel=2
+pkgdesc="A lightweight C library for storing RDF data in memory"
+arch=('x86_64')
+url="http://drobilla.net/software/sord/"
+license=('custom:ISC')
+depends=('serd>=0.22.0' 'pcre')
+makedepends=('python2')
+source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2")
+md5sums=('7ffda283ad0a5716f196f650edd25713')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # remove ldconfig --speps
+  sed -i "/ldconfig/d" wscript
+
+  python2 waf configure --prefix=/usr
+  python2 waf build $MAKEFLAGS
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python2 waf install --destdir="$pkgdir"
+
+  # license
+  install -Dm644 COPYING \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list