contrib/liblo/Pkgfile

17 lines
359 B
Plaintext
Raw Normal View History

2023-09-15 18:40:49 +02:00
# Description: An implementation of the Open Sound Control protocol
# URL: https://liblo.sourceforge.net/
2019-08-21 12:02:50 +02:00
# Maintainer: Tim Biermann, tbier at posteo dot de
name=liblo
2020-03-03 20:33:43 +01:00
version=0.31
2019-08-21 12:02:50 +02:00
release=1
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
build() {
cd $name-$version
2023-09-15 18:40:49 +02:00
2019-08-21 12:02:50 +02:00
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}