forked from ports/contrib
suil: initial import
This commit is contained in:
parent
7fb53aca95
commit
40a5c0a39c
11
suil/.footprint
Normal file
11
suil/.footprint
Normal file
@ -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
|
5
suil/.signature
Normal file
5
suil/.signature
Normal file
@ -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
|
17
suil/Pkgfile
Normal file
17
suil/Pkgfile
Normal file
@ -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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user