diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/raul | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/raul')
-rw-r--r-- | community/raul/PKGBUILD | 34 | ||||
-rw-r--r-- | community/raul/raul-0.8.0-ldconfig.patch | 10 |
2 files changed, 0 insertions, 44 deletions
diff --git a/community/raul/PKGBUILD b/community/raul/PKGBUILD deleted file mode 100644 index ad603272e..000000000 --- a/community/raul/PKGBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# $Id: PKGBUILD 68252 2012-03-20 16:47:35Z giovanni $ -# Maintainer: Ray Rashif <schiv@archlinux.org> -# Contributor: Max a.k.a. Synthead <synthead@gmail.com> -# Contributor: christhemonkey <christhemonkey at gmail dot com> - -pkgname=raul -pkgver=0.8.0 -pkgrel=3 -pkgdesc="C++ Realtime Audio Utility Library" -arch=('i686' 'x86_64') -url="http://drobilla.net/software/raul/" -depends=('glib2') -makedepends=('boost' 'python2') -license=('GPL') -options=('!makeflags') -source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2" - 'raul-0.8.0-ldconfig.patch') -md5sums=('8fa71a20db81fbed5fb6516dea383ea8' - 'e86cee755a503d25d37fb2bcaaf48a9b') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - patch -Np1 -i "${srcdir}/raul-0.8.0-ldconfig.patch" - - python2 waf configure --prefix=/usr - python2 waf build $MAKEFLAGS -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - python2 waf install --destdir="${pkgdir}" -} diff --git a/community/raul/raul-0.8.0-ldconfig.patch b/community/raul/raul-0.8.0-ldconfig.patch deleted file mode 100644 index a4780b68b..000000000 --- a/community/raul/raul-0.8.0-ldconfig.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/wscript -+++ b/wscript -@@ -153,7 +153,5 @@ def build(bld): - # Documentation - autowaf.build_dox(bld, 'RAUL', RAUL_VERSION, top, out) - -- bld.add_post_fun(autowaf.run_ldconfig) -- - def test(ctx): - autowaf.run_tests(ctx, APPNAME, tests.split()) |