# Description: An implementation of the Open Sound Control protocol # URL: https://liblo.sourceforge.net/ # Maintainer: Tim Biermann, tbier at posteo dot de name=liblo version=0.33 release=1 source=(https://github.com/radarsat1/liblo/archive/$version/$name-$version.tar.gz) build() { cd $name-$version autoreconf -fvi ./configure --prefix=/usr make make DESTDIR=$PKG install }