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

Antonio Rojas arojas at archlinux.org
Tue Feb 6 17:15:27 UTC 2018


    Date: Tuesday, February 6, 2018 @ 17:15:23
  Author: arojas
Revision: 289437

extra2community: Moving suil from extra to community

Added:
  suil/
  suil/repos/
  suil/trunk/
  suil/trunk/PKGBUILD

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

Added: suil/trunk/PKGBUILD
===================================================================
--- suil/trunk/PKGBUILD	                        (rev 0)
+++ suil/trunk/PKGBUILD	2018-02-06 17:15:23 UTC (rev 289437)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=suil
+pkgver=0.8.2
+pkgrel=2
+pkgdesc="A lightweight C library for loading and wrapping LV2 plugin UIs"
+arch=('x86_64')
+url="http://drobilla.net/software/suil/"
+license=('custom:ISC')
+depends=('lv2>=1.10.0')
+makedepends=('python2' 'qt4' 'gtk2')
+optdepends=('qt4: Qt 4.x UI wrapping support'
+            'gtk2: GTK+ 2.x UI wrapping support')
+source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2")
+md5sums=('1b06947b1fc028f9ffcbc16d30065aa5')
+
+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:


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



More information about the arch-commits mailing list