[arch-commits] Commit in liblo/trunk (PKGBUILD)
Eric BĂ©langer
eric at archlinux.org
Mon Feb 23 21:10:11 UTC 2009
Date: Monday, February 23, 2009 @ 16:10:11
Author: eric
Revision: 27599
upgpkg: liblo 0.25-1
upstream update, added license
Modified:
liblo/trunk/PKGBUILD
----------+
PKGBUILD | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-02-23 21:10:03 UTC (rev 27598)
+++ PKGBUILD 2009-02-23 21:10:11 UTC (rev 27599)
@@ -3,19 +3,20 @@
# Contributor: Pajaro
pkgname=liblo
-pkgver=0.23
+pkgver=0.25
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')
+license=('GPL')
+depends=('glibc')
options=('!libtool')
source=("http://downloads.sourceforge.net/liblo/liblo-$pkgver.tar.gz")
-md5sums=('e14c9f4fae7ed8d9622d126f6fb9c1d7')
+md5sums=('e8b8f6542cdecd6ad5f42dd4d4d81023')
build() {
- cd $startdir/src/$pkgname-$pkgver
- ./configure --prefix=/usr
+ cd $srcdir/$pkgname-$pkgver
+ ./configure --prefix=/usr || return 1
make || return 1
- make prefix=$startdir/pkg/usr install
+ make DESTDIR=$pkgdir install || return 1
}
More information about the arch-commits
mailing list