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

Anatol Pomozov anatolik at archlinux.org
Wed Mar 4 17:33:09 UTC 2015


    Date: Wednesday, March 4, 2015 @ 18:33:09
  Author: anatolik
Revision: 232855

archrelease: copy trunk to testing-any

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

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

Copied: alsa-firmware/repos/testing-any/PKGBUILD (from rev 232854, alsa-firmware/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2015-03-04 17:33:09 UTC (rev 232855)
@@ -0,0 +1,31 @@
+# $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.29
+pkgrel=1
+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=('9a1182f8a6ac44cb9af5774cc045565f')



More information about the arch-commits mailing list