[arch-commits] Commit in (4 files)

speps speps at archlinux.org
Fri Nov 28 18:27:40 UTC 2014


    Date: Friday, November 28, 2014 @ 19:27:40
  Author: speps
Revision: 123263

addpkg: libfishsound 1.0.0
added as required by sonic-visualiser

Added:
  libfishsound/
  libfishsound/repos/
  libfishsound/trunk/
  libfishsound/trunk/PKGBUILD

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

Added: libfishsound/trunk/PKGBUILD
===================================================================
--- libfishsound/trunk/PKGBUILD	                        (rev 0)
+++ libfishsound/trunk/PKGBUILD	2014-11-28 18:27:40 UTC (rev 123263)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+# Contributor: farid <farid at archlinux-br.org>
+
+pkgname=libfishsound
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="A simple programming interface that wraps Xiph.Org audio codecs"
+arch=('i686' 'x86_64')
+url="http://www.xiph.org/fishsound/"
+license=('custom:BSD')
+depends=('libvorbis' 'speex' 'flac')
+source=("http://downloads.xiph.org/releases/libfishsound/$pkgname-$pkgver.tar.gz")
+md5sums=('02c5c7b361a35c9da3cf311d68800dab')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+              --enable-static=no
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" docdir=./docs install
+
+  # license
+  install -Dm644 COPYING \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+} 



More information about the arch-commits mailing list