Date: Friday, November 15, 2019 @ 16:21:03
  Author: anatolik
Revision: 368923

archrelease: copy trunk to testing-any

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

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

Copied: alsa-firmware/repos/testing-any/PKGBUILD (from rev 368922, 
alsa-firmware/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD                                (rev 0)
+++ testing-any/PKGBUILD        2019-11-15 16:21:03 UTC (rev 368923)
@@ -0,0 +1,30 @@
+# Maintainer: Tobias Powalowski <[email protected]>
+# Contributor: Jochen Immendörfer <jochen dot immendoerfer at gmail dot com>
+
+pkgname=alsa-firmware
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="ALSA firmware package"
+arch=('any')
+url="https://alsa-project.org/";
+license=('GPL')
+source=(ftp://ftp.alsa-project.org/pub/firmware/$pkgname-$pkgver.tar.bz2)
+options=(!strip)
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-hotplug-dir=/usr/lib/firmware
+  make
+}
+
+package() {
+  cd $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=('f8458efd25e6d6600dbc7aedf98f83a3')

Reply via email to