diff --git a/suil/.footprint b/suil/.footprint new file mode 100644 index 000000000..1382480e4 --- /dev/null +++ b/suil/.footprint @@ -0,0 +1,11 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/suil-0/ +drwxr-xr-x root/root usr/include/suil-0/suil/ +-rw-r--r-- root/root usr/include/suil-0/suil/suil.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libsuil-0.so -> libsuil-0.so.0.10.6 +lrwxrwxrwx root/root usr/lib/libsuil-0.so.0 -> libsuil-0.so.0.10.6 +-rwxr-xr-x root/root usr/lib/libsuil-0.so.0.10.6 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/suil-0.pc diff --git a/suil/.signature b/suil/.signature new file mode 100644 index 000000000..1db0b582f --- /dev/null +++ b/suil/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF39ZrcIaGsukXCJBfj7JSNqdFfNNY+EuhFBw0ctqpS+XuTU3z6WwQQSeHK+6cXzxGtCOpTigPPXnue/2l3u39vgs= +SHA256 (Pkgfile) = cc3babe9b2c3d338f4e57ddbf5db917777e7de07a995fe915d6974737884a189 +SHA256 (.footprint) = 6766b25e10cb26a9c45e5a0ee28b906765d9fa38f5fb6ff2af4267c87a452675 +SHA256 (suil-0.10.6.tar.bz2) = 06fc70abaa33bd7089dd1051af46f89d378e8465d170347a3190132e6f009b7c diff --git a/suil/Pkgfile b/suil/Pkgfile new file mode 100644 index 000000000..d5b04a52e --- /dev/null +++ b/suil/Pkgfile @@ -0,0 +1,17 @@ +# Description: Library for loading and wrapping LV2 plugin UIs. +# URL: https://drobilla.net/software/suil/ +# Maintainer: Danny Rawlins, crux at romster dot me +# Depends on: sratom python + +name=suil +version=0.10.6 +release=1 +source=(https://download.drobilla.net/$name-$version.tar.bz2) + +build() { + cd $name-$version + + ./waf configure --prefix=/usr + ./waf build $MAKEFLAGS + ./waf install --destdir=$PKG +}