mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-02-04 06:37:15 +08:00
suil: moved to gtk repo - FS#1322
This commit is contained in:
parent
cbdb9472f7
commit
c6968ed18f
32
suil/PKGBUILD
Normal file
32
suil/PKGBUILD
Normal file
@ -0,0 +1,32 @@
|
||||
pkgname=suil
|
||||
pkgver=0.8.2
|
||||
pkgrel=1
|
||||
pkgdesc="A lightweight C library for loading and wrapping LV2 plugin UIs"
|
||||
arch=('x86_64')
|
||||
url="http://drobilla.net/software/suil/"
|
||||
license=('custom:ISC')
|
||||
depends=('lv2')
|
||||
makedepends=('python2' 'qt')
|
||||
optdepends=('qt: Qt 4.x UI wrapping support')
|
||||
source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2")
|
||||
md5sums=('1b06947b1fc028f9ffcbc16d30065aa5')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
||||
# remove ldconfig --speps
|
||||
sed -i "/ldconfig/d" wscript
|
||||
|
||||
python2 waf configure --prefix=/usr
|
||||
python2 waf build $MAKEFLAGS
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
||||
python2 waf install --destdir="$pkgdir"
|
||||
|
||||
# license
|
||||
install -Dm644 COPYING \
|
||||
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
|
||||
}
|
Loading…
Reference in New Issue
Block a user