[arch-commits] Commit in audiofile/trunk (PKGBUILD)
Ray Rashif
schiv at archlinux.org
Thu Dec 1 21:44:06 UTC 2011
Date: Thursday, December 1, 2011 @ 16:44:06
Author: schiv
Revision: 144015
upgpkg: audiofile 0.3.2-1
upstream release
Modified:
audiofile/trunk/PKGBUILD
----------+
PKGBUILD | 28 +++++++++++++++++++---------
1 file changed, 19 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-12-01 20:20:30 UTC (rev 144014)
+++ PKGBUILD 2011-12-01 21:44:06 UTC (rev 144015)
@@ -1,20 +1,30 @@
# $Id$
-# Maintainer: dorphell <dorphell at archlinux.org>
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: dorphell <dorphell at archlinux.org>
+
pkgname=audiofile
-pkgver=0.2.7
+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=('glibc')
+depends=('gcc-libs' 'alsa-lib')
options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.2/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('61efd278627415b5468426fc9e52aef32ea0fdac12b56bcdd72734c2ece5945e')
+source=("http://audiofile.68k.org/$pkgname-$pkgver.tar.gz")
+md5sums=('cb2c4fe6e899e688ffe5d1568581cb63')
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr || return 1
- make || return 1
- make DESTDIR="${pkgdir}" install || return 1
+ 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