[arch-commits] Commit in alsa-firmware/repos (testing-any testing-any/PKGBUILD)
Anatol Pomozov
anatolik at archlinux.org
Fri Nov 15 16:21:04 UTC 2019
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 <tpowa at archlinux.org>
+# 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')
More information about the arch-commits
mailing list