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

Antonio Rojas arojas at archlinux.org
Tue Feb 6 17:12:57 UTC 2018


    Date: Tuesday, February 6, 2018 @ 17:12:54
  Author: arojas
Revision: 289434

archrelease: copy trunk to community-x86_64

Added:
  liblrdf/repos/community-x86_64/
  liblrdf/repos/community-x86_64/PKGBUILD
    (from rev 289433, liblrdf/trunk/PKGBUILD)

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

Copied: liblrdf/repos/community-x86_64/PKGBUILD (from rev 289433, liblrdf/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-02-06 17:12:54 UTC (rev 289434)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=liblrdf
+pkgver=0.5.0
+pkgrel=3
+pkgdesc="A library for the manipulation of RDF file in LADSPA plugins"
+arch=('x86_64')
+url="https://github.com/swh/LRDF"
+depends=('raptor' 'ladspa')
+license=('GPL')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/swh/LRDF/tarball/${pkgver})
+md5sums=('005ea24152620da7f2ee80a78e17f784')
+
+build() {
+  cd "${srcdir}"/swh-LRDF-*
+  autoreconf -vfi
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/swh-LRDF-*
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list