summaryrefslogtreecommitdiff
path: root/extra/liblo
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-18 23:15:35 +0000
committerroot <root@rshg054.dnsready.net>2012-02-18 23:15:35 +0000
commit1098e9db0acc5bb5c45af5778492faf3b4c99dd6 (patch)
tree24f65718bdb292fc62194464db8bee1348c48ee5 /extra/liblo
parentb31146f2405c7d0f50bcc36b682af46be84cdeb8 (diff)
Sat Feb 18 23:15:35 UTC 2012
Diffstat (limited to 'extra/liblo')
-rw-r--r--extra/liblo/PKGBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/extra/liblo/PKGBUILD b/extra/liblo/PKGBUILD
index eae1ff944..dbeb8f6b9 100644
--- a/extra/liblo/PKGBUILD
+++ b/extra/liblo/PKGBUILD
@@ -1,22 +1,25 @@
-# $Id: PKGBUILD 58893 2009-11-16 22:44:48Z giovanni $
+# $Id: PKGBUILD 150414 2012-02-17 12:41:31Z allan $
# Contributor: damir <damir@archlinux.org>
# Contributor: Pajaro
pkgname=liblo
pkgver=0.26
-pkgrel=1
+pkgrel=2
pkgdesc="Lightweight OSC implementation: an implementation of the Open Sound Control protocol for POSIX systems"
arch=(i686 x86_64)
url="http://plugin.org.uk/liblo/"
license=('GPL')
-depends=('glibc')
options=('!libtool')
source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
md5sums=('5351de14262560e15e7f23865293b16f')
build() {
cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr || return 1
- make || return 1
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
make DESTDIR=$pkgdir install || return 1
}