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

Thomas Dziedzic tdziedzic at archlinux.org
Fri Feb 24 01:43:01 UTC 2012


    Date: Thursday, February 23, 2012 @ 20:43:00
  Author: tdziedzic
Revision: 150934

upgpkg: ecasound 2.8.1-3

use vendor_ruby instead of site_ruby

Modified:
  ecasound/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-24 01:09:55 UTC (rev 150933)
+++ PKGBUILD	2012-02-24 01:43:00 UTC (rev 150934)
@@ -5,7 +5,7 @@
 
 pkgname=ecasound
 pkgver=2.8.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A software package designed for multitrack audio processing"
 arch=('i686' 'x86_64')
 url="http://www.eca.cx/ecasound/"
@@ -29,6 +29,9 @@
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
+  # use vendor_ruby for ruby files
+  sed -e 's/CONFIG\["sitedir"\]/CONFIG\["vendordir"\]/' -i configure
+
   PYTHONPATH=/usr/bin/python2 ./configure \
     --prefix=/usr \
     --with-python-includes=/usr/include/python2.7 \




More information about the arch-commits mailing list