[arch-commits] Commit in libao/trunk (PKGBUILD)

Gaetan Bisson bisson at archlinux.org
Sun Feb 5 16:26:29 UTC 2012


    Date: Sunday, February 5, 2012 @ 11:26:29
  Author: bisson
Revision: 149068

signed rebuild for free

Modified:
  libao/trunk/PKGBUILD

----------+
 PKGBUILD |   44 +++++++++++++++++++++-----------------------
 1 file changed, 21 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-05 16:13:46 UTC (rev 149067)
+++ PKGBUILD	2012-02-05 16:26:29 UTC (rev 149068)
@@ -1,41 +1,39 @@
 # $Id$
-# Maintainer:
 # Contributor: dorphell <dorphell at archlinux.org>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
 
 pkgname=libao
 pkgver=1.1.0
-pkgrel=1
-pkgdesc="A cross-platform audio output library and plugins"
-url="http://www.xiph.org/ao"
+pkgrel=2
+pkgdesc='Cross-platform audio output library and plugins'
+url='http://xiph.org/ao/'
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('glibc' 'alsa-lib')
+options=('!libtool')
+depends=('alsa-lib')
 makedepends=('libpulse')
 backup=('etc/libao.conf')
-options=('!libtool')
-conflicts=('libao-pulse')
-provides=("libao-pulse=$pkgver-$pkgrel")
-replaces=('libao-pulse')
 source=("http://downloads.xiph.org/releases/ao/${pkgname}-${pkgver}.tar.gz"
         'libao.conf')
-md5sums=('2b2508c29bc97e4dc218fa162cf883c8'
-         '3ae8f3e3f1492210b3519af0f1f3c572')
+sha1sums=('9301bc4886f170c7122ab62677fb71cf001c04fd'
+          '558b3d297e0956af6959565db477023dbd492ca0')
 
+conflicts=('libao-pulse')
+provides=("libao-pulse=${pkgver}-${pkgrel}")
+replaces=('libao-pulse')
+
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+	cd "${srcdir}/${pkgname}-${pkgver}"
 
-  ./configure --prefix=/usr \
-              --enable-alsa-mmap
-  make
+	./configure \
+		--prefix=/usr \
+		--enable-alsa-mmap \
+
+	make
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-
-  # Add conf file
-  install -Dm644 "$srcdir/libao.conf" "$pkgdir/etc/libao.conf"
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+	install -Dm644 "${srcdir}"/libao.conf "${pkgdir}"/etc/libao.conf
 }
-
-# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list