[arch-commits] Commit in liblo/repos (extra-i686 extra-i686/PKGBUILD)

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


    Date: Saturday, August 16, 2008 @ 00:51:39
  Author: eric
Revision: 8730

Merged revisions 2-8729 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/liblo/trunk

........
  r356 | aaron | 2008-04-18 18:56:27 -0400 (Fri, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r8729 | eric | 2008-08-16 00:51:24 -0400 (Sat, 16 Aug 2008) | 1 line
  
  adding md5sums
........

Modified:
  liblo/repos/extra-i686/	(properties)
  liblo/repos/extra-i686/PKGBUILD

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


Property changes on: liblo/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /liblo/trunk:1
   + /liblo/trunk:1-8729

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-08-16 04:51:24 UTC (rev 8729)
+++ extra-i686/PKGBUILD	2008-08-16 04:51:39 UTC (rev 8730)
@@ -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