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

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


    Date: Tuesday, February 6, 2018 @ 17:12:48
  Author: arojas
Revision: 289433

extra2community: Moving liblrdf from extra to community

Added:
  liblrdf/
  liblrdf/repos/
  liblrdf/trunk/
  liblrdf/trunk/PKGBUILD

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

Added: liblrdf/trunk/PKGBUILD
===================================================================
--- liblrdf/trunk/PKGBUILD	                        (rev 0)
+++ liblrdf/trunk/PKGBUILD	2018-02-06 17:12:48 UTC (rev 289433)
@@ -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
+}


Property changes on: liblrdf/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list