mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
removed extra/alsa-firmware
This commit is contained in:
parent
e97464b1c3
commit
fc419c7f9d
1 changed files with 0 additions and 35 deletions
|
@ -1,35 +0,0 @@
|
||||||
# $Id$
|
|
||||||
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
|
|
||||||
# Contributor: Jochen Immendörfer <jochen dot immendoerfer at gmail dot com>
|
|
||||||
|
|
||||||
# Kevin Mihelich <kevin@archlinuxarm.org>
|
|
||||||
# - import here because arch maintainers can't figure out how to manage files in svn
|
|
||||||
# - remove when they extract head from posterior
|
|
||||||
|
|
||||||
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')
|
|
Loading…
Reference in a new issue