contrib/liblo/Pkgfile
2024-02-17 14:13:08 +01:00

17 lines
360 B
Plaintext

# 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.32
release=1
source=(https://downloads.sourceforge.net/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}