ports/contrib (3.5): liblo: initial commit, version 0.30
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit dfb4aebc0664727ff70d7b1876032417407f9a66 Author: Tim Biermann <tbier@posteo.de> Date: Wed Aug 21 10:02:50 2019 +0000 liblo: initial commit, version 0.30 diff --git a/liblo/.footprint b/liblo/.footprint new file mode 100644 index 00000000..63772e74 --- /dev/null +++ b/liblo/.footprint @@ -0,0 +1,24 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/oscdump +-rwxr-xr-x root/root usr/bin/oscsend +-rwxr-xr-x root/root usr/bin/oscsendfile +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/lo/ +-rw-r--r-- root/root usr/include/lo/lo.h +-rw-r--r-- root/root usr/include/lo/lo_cpp.h +-rw-r--r-- root/root usr/include/lo/lo_endian.h +-rw-r--r-- root/root usr/include/lo/lo_errors.h +-rw-r--r-- root/root usr/include/lo/lo_lowlevel.h +-rw-r--r-- root/root usr/include/lo/lo_macros.h +-rw-r--r-- root/root usr/include/lo/lo_osc_types.h +-rw-r--r-- root/root usr/include/lo/lo_serverthread.h +-rw-r--r-- root/root usr/include/lo/lo_throw.h +-rw-r--r-- root/root usr/include/lo/lo_types.h +drwxr-xr-x root/root usr/lib/ +-rwxr-xr-x root/root usr/lib/liblo.la +lrwxrwxrwx root/root usr/lib/liblo.so -> liblo.so.7.4.0 +lrwxrwxrwx root/root usr/lib/liblo.so.7 -> liblo.so.7.4.0 +-rwxr-xr-x root/root usr/lib/liblo.so.7.4.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/liblo.pc diff --git a/liblo/.signature b/liblo/.signature new file mode 100644 index 00000000..0902b841 --- /dev/null +++ b/liblo/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF3/QxzgGriK5o6PY0U1Q50u2jfAIiXJzfsY/n3i4tg0tr/BqvrbSEOSXYadusu+pXgJ5jmfo3DyzNTZx1rDAfXwI= +SHA256 (Pkgfile) = b339561ae4bbaf9261d7dad8a88b209f8c2d3ac7ffaf00980c480f8c890dca02 +SHA256 (.footprint) = e521910873cbaabaceaec2d5b0ec639af9ee70f3c81e803ec1f461037838bfda +SHA256 (liblo-0.30.tar.gz) = 30a7c9de49a25ed7f2425a7a7415f5b14739def62431423d3419ea26fb978d1b diff --git a/liblo/Pkgfile b/liblo/Pkgfile new file mode 100644 index 00000000..740b1d8a --- /dev/null +++ b/liblo/Pkgfile @@ -0,0 +1,17 @@ +# Description: An implementation of the Open Sound Control protocol. +# URL: http://liblo.sourceforge.net/ +# Maintainer: Tim Biermann, tbier at posteo dot de +# Packager: Danny Rawlins, crux at romster dot me +# Packager: Diederick de Vries, diederick at diederickdevries dot net + +name=liblo +version=0.30 +release=1 +source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +}
participants (1)
-
crux@crux.nu