Date: Thursday, January 25, 2018 @ 14:23:27 Author: dvzrv Revision: 286811
Adding x42-plugins from AUR (11 votes). Added: x42-plugins/ x42-plugins/repos/ x42-plugins/trunk/ x42-plugins/trunk/PKGBUILD ----------+ PKGBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) Added: x42-plugins/trunk/PKGBUILD =================================================================== --- x42-plugins/trunk/PKGBUILD (rev 0) +++ x42-plugins/trunk/PKGBUILD 2018-01-25 14:23:27 UTC (rev 286811) @@ -0,0 +1,28 @@ +# Maintainer: David Runge <[email protected]> +# Contributor: Lieven Moors <[email protected]> + +pkgname=x42-plugins +pkgver=20170428 +pkgrel=2 +pkgdesc="Collection of LV2 plugins" +arch=('x86_64') +url="https://github.com/x42/x42-plugins" +license=('GPL') +depends=('jack' 'libglvnd' 'liblo' 'libltc' 'pango' 'zita-convolver') +makedepends=('gtk2' 'ftgl' 'ttf-freefont' 'lv2') +groups=('lv2-plugins') +source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz") +sha512sums=('9a648733610861f7dca120f63876af79f93fe4c23356b93768cc6a76367f28e24dd010858cdc0a1ab42182df8536131fd891c24591c11a354170eb2da2afa3d2') + +build() { + cd "${pkgname}-${pkgver}" + FONTFILE=/usr/share/fonts/TTF/FreeSansBold.ttf make +} + +package() { + cd "${pkgname}-${pkgver}" + make install DESTDIR="$pkgdir/" PREFIX=/usr +} + +# vim:set ts=2 sw=2 et: + Property changes on: x42-plugins/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
