[arch-commits] Commit in liblo/trunk (PKGBUILD)
Ray Rashif
schiv at nymeria.archlinux.org
Fri May 31 15:29:37 UTC 2013
Date: Friday, May 31, 2013 @ 17:29:36
Author: schiv
Revision: 186896
upgpkg: liblo 0.27-1
upstream release
Modified:
liblo/trunk/PKGBUILD
----------+
PKGBUILD | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-05-31 15:05:32 UTC (rev 186895)
+++ PKGBUILD 2013-05-31 15:29:36 UTC (rev 186896)
@@ -1,25 +1,29 @@
# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
# Contributor: damir <damir at archlinux.org>
# Contributor: Pajaro
pkgname=liblo
-pkgver=0.26
-pkgrel=2
+pkgver=0.27
+pkgrel=1
pkgdesc="Lightweight OSC implementation: an implementation of the Open Sound Control protocol for POSIX systems"
-arch=(i686 x86_64)
+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')
+md5sums=('e4317bab5b16003df350adfe2c181364')
build() {
- cd $srcdir/$pkgname-$pkgver
+ cd "$srcdir/$pkgname-$pkgver"
+
./configure --prefix=/usr
make
}
package() {
- cd $srcdir/$pkgname-$pkgver
- make DESTDIR=$pkgdir install || return 1
+ cd "$srcdir/$pkgname-$pkgver"
+
+ make DESTDIR="$pkgdir" install
}
More information about the arch-commits
mailing list