[arch-commits] Commit in alsa-firmware/repos (testing-any testing-any/PKGBUILD)

Jan Steffens heftig at nymeria.archlinux.org
Wed May 1 02:10:21 UTC 2013


    Date: Wednesday, May 1, 2013 @ 04:10:20
  Author: heftig
Revision: 184015

archrelease: copy trunk to testing-any

Added:
  alsa-firmware/repos/testing-any/
  alsa-firmware/repos/testing-any/PKGBUILD
    (from rev 184014, alsa-firmware/trunk/PKGBUILD)

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

Copied: alsa-firmware/repos/testing-any/PKGBUILD (from rev 184014, alsa-firmware/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2013-05-01 02:10:20 UTC (rev 184015)
@@ -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.27
+pkgrel=2
+pkgdesc="ALSA firmware package"
+arch=('any')
+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/{ct{efx,speq}.bin,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=('b373b350d5151dd7d64db2fc12936b04')




More information about the arch-commits mailing list