contrib/liblo/Pkgfile

17 lines
360 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
2024-02-17 14:13:08 +01:00
version=0.32
2019-08-21 12:02:50 +02:00
release=1
2024-02-17 14:13:08 +01:00
source=(https://downloads.sourceforge.net/$name/$name-$version.tar.gz)
2019-08-21 12:02:50 +02:00
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
}