[arch-commits] Commit in libfishsound/repos (4 files)

speps speps at archlinux.org
Fri Nov 28 19:28:44 UTC 2014


    Date: Friday, November 28, 2014 @ 20:28:44
  Author: speps
Revision: 123268

archrelease: copy trunk to community-i686, community-x86_64

Added:
  libfishsound/repos/community-i686/
  libfishsound/repos/community-i686/PKGBUILD
    (from rev 123267, libfishsound/trunk/PKGBUILD)
  libfishsound/repos/community-x86_64/
  libfishsound/repos/community-x86_64/PKGBUILD
    (from rev 123267, libfishsound/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

Copied: libfishsound/repos/community-i686/PKGBUILD (from rev 123267, libfishsound/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-11-28 19:28:44 UTC (rev 123268)
@@ -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"
+} 

Copied: libfishsound/repos/community-x86_64/PKGBUILD (from rev 123267, libfishsound/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-11-28 19:28:44 UTC (rev 123268)
@@ -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