2009-10-10 02:23:22 +00:00
|
|
|
# Maintainer: damir <damir@archlinux.org>
|
|
|
|
# Contributor: Pajaro
|
|
|
|
|
|
|
|
pkgname=liblo
|
|
|
|
pkgver=0.25
|
|
|
|
pkgrel=1
|
|
|
|
pkgdesc="Lightweight OSC implementation: an implementation of the Open Sound Control protocol for POSIX systems"
|
2009-10-19 03:17:58 +00:00
|
|
|
arch=('arm')
|
2009-10-10 02:23:22 +00:00
|
|
|
url="http://plugin.org.uk/liblo/"
|
|
|
|
license=('GPL')
|
|
|
|
depends=('glibc')
|
|
|
|
options=('!libtool')
|
2009-10-19 03:17:58 +00:00
|
|
|
source=(http://downloads.sourceforge.net/liblo/liblo-$pkgver.tar.gz)
|
2009-10-10 02:23:22 +00:00
|
|
|
md5sums=('e8b8f6542cdecd6ad5f42dd4d4d81023')
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $srcdir/$pkgname-$pkgver
|
|
|
|
./configure --prefix=/usr || return 1
|
|
|
|
make || return 1
|
|
|
|
make DESTDIR=$pkgdir install || return 1
|
|
|
|
}
|