Date: Monday, July 26, 2021 @ 17:40:41
  Author: dvzrv
Revision: 985575

archrelease: copy trunk to community-staging-x86_64

Added:
  calf/repos/community-staging-x86_64/
  calf/repos/community-staging-x86_64/PKGBUILD
    (from rev 985574, calf/trunk/PKGBUILD)

----------+
 PKGBUILD |   39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

Copied: calf/repos/community-staging-x86_64/PKGBUILD (from rev 985574, 
calf/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-07-26 17:40:41 UTC (rev 985575)
@@ -0,0 +1,39 @@
+# Maintainer: Alexander F. Rødseth <[email protected]>
+# Contributor: David Runge <[email protected]>
+# Contributor: Ray Rashif <[email protected]>
+
+pkgname=calf
+pkgver=0.90.3
+pkgrel=5
+pkgdesc='LV2 plug-in suite and standalone Jack host'
+arch=(x86_64)
+url="https://calf-studio-gear.org";
+groups=(lv2-plugins pro-audio)
+license=(LGPL2.1)
+depends=(fftw fluidsynth gtk2)
+makedepends=(lv2)
+source=("https://calf-studio-gear.org/files/$pkgname-$pkgver.tar.gz";)
+sha256sums=('e32bc23fb68f88729bdef361614fd9ac38627c774c35cd3c4eb611fca887a49f')
+
+prepare(){
+  cd $pkgname-$pkgver
+  autoreconf -vfi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+    --enable-experimental \
+    --enable-sse \
+    --prefix=/usr \
+    --with-lv2
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -vDm 644 {AUTHORS,ChangeLog,README} \
+    -t "$pkgdir/usr/share/doc/$pkgname"
+}

Reply via email to