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

Tom Gundersen tomegun at archlinux.org
Tue May 1 16:04:51 UTC 2012


    Date: Tuesday, May 1, 2012 @ 12:04:51
  Author: tomegun
Revision: 158033

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

Added:
  alsa-firmware/repos/testing-i686/
  alsa-firmware/repos/testing-i686/PKGBUILD
    (from rev 158032, alsa-firmware/trunk/PKGBUILD)
  alsa-firmware/repos/testing-x86_64/
  alsa-firmware/repos/testing-x86_64/PKGBUILD
    (from rev 158032, alsa-firmware/trunk/PKGBUILD)

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

Copied: alsa-firmware/repos/testing-i686/PKGBUILD (from rev 158032, alsa-firmware/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-05-01 16:04:51 UTC (rev 158033)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: Jochen Immendörfer <jochen dot immendoerfer at gmail dot com>
+pkgname=alsa-firmware
+pkgver=1.0.25
+pkgrel=2
+pkgdesc="ALSA firmware package"
+arch=('i686' 'x86_64')
+url="http://alsa-project.org/"
+license=('GPL')
+source=(ftp://ftp.alsa-project.org/pub/firmware/$pkgname-$pkgver.tar.bz2)
+options=(!strip)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-hotplug-dir=/usr/lib/firmware
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # remove files which conflicts with linux-firmware
+  rm -rf ${pkgdir}/usr/lib/firmware/{ess,korg,sb16,yamaha}
+  # remove broken symlinks (broken upstream)
+  rm -rf ${pkgdir}/usr/lib/firmware/turtlebeach
+  # remove empty dir
+  rm -rf ${pkgdir}/usr/bin
+}
+md5sums=('f1939da45b162c83a726c54a470ef139')

Copied: alsa-firmware/repos/testing-x86_64/PKGBUILD (from rev 158032, alsa-firmware/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-05-01 16:04:51 UTC (rev 158033)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: Jochen Immendörfer <jochen dot immendoerfer at gmail dot com>
+pkgname=alsa-firmware
+pkgver=1.0.25
+pkgrel=2
+pkgdesc="ALSA firmware package"
+arch=('i686' 'x86_64')
+url="http://alsa-project.org/"
+license=('GPL')
+source=(ftp://ftp.alsa-project.org/pub/firmware/$pkgname-$pkgver.tar.bz2)
+options=(!strip)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-hotplug-dir=/usr/lib/firmware
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # remove files which conflicts with linux-firmware
+  rm -rf ${pkgdir}/usr/lib/firmware/{ess,korg,sb16,yamaha}
+  # remove broken symlinks (broken upstream)
+  rm -rf ${pkgdir}/usr/lib/firmware/turtlebeach
+  # remove empty dir
+  rm -rf ${pkgdir}/usr/bin
+}
+md5sums=('f1939da45b162c83a726c54a470ef139')




More information about the arch-commits mailing list