# Description: A lightweight library to handle the sending and receiving of messages according to the Open Sound Control (OSC) protocol. # URL: http://liblo.sourceforge.net/ # Maintainer: #teatime (irc.kyber.io), teatime at kyber dot io name=liblo version=0.28 release=1 source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr make make DESTDIR=$PKG install }