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

Ray Rashif schiv at archlinux.org
Sun Dec 4 20:03:37 UTC 2011


    Date: Sunday, December 4, 2011 @ 15:03:36
  Author: schiv
Revision: 144339

db-move: moved audiofile from [testing] to [extra] (i686)

Added:
  audiofile/repos/extra-i686/PKGBUILD
    (from rev 144338, audiofile/repos/testing-i686/PKGBUILD)
Deleted:
  audiofile/repos/extra-i686/PKGBUILD
  audiofile/repos/testing-i686/

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

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2011-12-04 19:02:24 UTC (rev 144338)
+++ extra-i686/PKGBUILD	2011-12-04 20:03:36 UTC (rev 144339)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: dorphell <dorphell at archlinux.org>
-pkgname=audiofile
-pkgver=0.2.7
-pkgrel=1
-pkgdesc="Silicon Graphics Audio File Library"
-arch=('i686' 'x86_64')
-url="http://www.68k.org/~michael/audiofile/"
-license=('LGPL')
-depends=('glibc')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.2/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('61efd278627415b5468426fc9e52aef32ea0fdac12b56bcdd72734c2ece5945e')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr || return 1
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
-}

Copied: audiofile/repos/extra-i686/PKGBUILD (from rev 144338, audiofile/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2011-12-04 20:03:36 UTC (rev 144339)
@@ -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