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

Eric Belanger eric at archlinux.org
Sat Aug 16 04:51:24 UTC 2008


    Date: Saturday, August 16, 2008 @ 00:51:24
  Author: eric
Revision: 8729

adding md5sums

Modified:
  liblo/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-16 04:47:15 UTC (rev 8728)
+++ PKGBUILD	2008-08-16 04:51:24 UTC (rev 8729)
@@ -6,17 +6,16 @@
 pkgver=0.23
 pkgrel=1
 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/"
 depends=('glibc>=2.3.5-6')
-#source=(http://plugin.org.uk/liblo/releases/$pkgname-$pkgver.tar.gz)
-source=("http://www.ecs.soton.ac.uk/~njh/liblo/liblo-$pkgver.tar.gz")
+options=('!libtool')
+source=("http://downloads.sourceforge.net/liblo/liblo-$pkgver.tar.gz")
+md5sums=('e14c9f4fae7ed8d9622d126f6fb9c1d7')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
   ./configure --prefix=/usr
   make || return 1
   make prefix=$startdir/pkg/usr install
-
-  find $startdir/pkg -name '*.la' -exec rm {} \;
 }
-




More information about the arch-commits mailing list