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

Ray Rashif schiv at archlinux.org
Thu Dec 1 21:44:40 UTC 2011


    Date: Thursday, December 1, 2011 @ 16:44:40
  Author: schiv
Revision: 144016

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

Added:
  audiofile/repos/testing-i686/
  audiofile/repos/testing-i686/PKGBUILD
    (from rev 144015, audiofile/trunk/PKGBUILD)
  audiofile/repos/testing-x86_64/
  audiofile/repos/testing-x86_64/PKGBUILD
    (from rev 144015, audiofile/trunk/PKGBUILD)

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

Copied: audiofile/repos/testing-i686/PKGBUILD (from rev 144015, audiofile/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2011-12-01 21:44:40 UTC (rev 144016)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: dorphell <dorphell at archlinux.org>
+
+pkgname=audiofile
+pkgver=0.3.2
+pkgrel=1
+pkgdesc="Silicon Graphics Audio File Library"
+arch=('i686' 'x86_64')
+url="http://www.68k.org/~michael/audiofile/"
+license=('LGPL')
+depends=('gcc-libs' 'alsa-lib')
+options=('!libtool')
+source=("http://audiofile.68k.org/$pkgname-$pkgver.tar.gz")
+md5sums=('cb2c4fe6e899e688ffe5d1568581cb63')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: audiofile/repos/testing-x86_64/PKGBUILD (from rev 144015, audiofile/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2011-12-01 21:44:40 UTC (rev 144016)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: dorphell <dorphell at archlinux.org>
+
+pkgname=audiofile
+pkgver=0.3.2
+pkgrel=1
+pkgdesc="Silicon Graphics Audio File Library"
+arch=('i686' 'x86_64')
+url="http://www.68k.org/~michael/audiofile/"
+license=('LGPL')
+depends=('gcc-libs' 'alsa-lib')
+options=('!libtool')
+source=("http://audiofile.68k.org/$pkgname-$pkgver.tar.gz")
+md5sums=('cb2c4fe6e899e688ffe5d1568581cb63')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list