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

Allan McRae allan at archlinux.org
Fri Feb 17 12:40:23 UTC 2012


    Date: Friday, February 17, 2012 @ 07:40:23
  Author: allan
Revision: 150413

upgpkg: liblo 0.26-2

signing rebuild

Modified:
  liblo/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-17 12:38:42 UTC (rev 150412)
+++ PKGBUILD	2012-02-17 12:40:23 UTC (rev 150413)
@@ -4,19 +4,22 @@
 
 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
 }




More information about the arch-commits mailing list