[arch-commits] Commit in sweep/repos (community-x86_64 community-x86_64/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Feb 6 17:37:06 UTC 2018


    Date: Tuesday, February 6, 2018 @ 17:37:05
  Author: arojas
Revision: 289463

archrelease: copy trunk to community-x86_64

Added:
  sweep/repos/community-x86_64/
  sweep/repos/community-x86_64/PKGBUILD
    (from rev 289462, sweep/trunk/PKGBUILD)

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

Copied: sweep/repos/community-x86_64/PKGBUILD (from rev 289462, sweep/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-02-06 17:37:05 UTC (rev 289463)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributer: Jason Chu <jchu at xentac.net>
+
+pkgname=sweep
+pkgver=0.9.3
+pkgrel=4
+pkgdesc="Sound editing and mixing program"
+arch=('x86_64')
+url="http://www.metadecks.org/software/sweep/"
+license=('GPL2')
+depends=('gtk2' 'libsamplerate' 'libmad' 'libvorbis' 'alsa-lib' 'speex')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('69e19bad2673f20e15224c0a5b5d4c85')
+
+build() {
+  cd $srcdir/sweep-$pkgver
+  # this is a general hack for similar linking errors
+  # TODO: report upstream
+  export LDFLAGS="$LDFLAGS -lgmodule-2.0"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $srcdir/sweep-$pkgver
+  make prefix=$pkgdir/usr sysconfdir=$pkgdir/etc localstatedir=$pkgdir/var install
+}



More information about the arch-commits mailing list