new bblfs: media-libs/alsa-topology-conf
This commit is contained in:
19
media-libs/alsa-topology-conf-1.2.5.1.PKGBUILD
Normal file
19
media-libs/alsa-topology-conf-1.2.5.1.PKGBUILD
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
pkgname=alsa-topology-conf
|
||||||
|
pkgver=1.2.5.1
|
||||||
|
pkgdesc="ALSA topology configuration files"
|
||||||
|
homepage="https://alsa-project.org/wiki/Main_Page"
|
||||||
|
licenses=("BSD")
|
||||||
|
sources=("${pkgname}-${pkgver}.tar.bz2")
|
||||||
|
urls=("https://www.alsa-project.org/files/pub/lib/${sources[0]}")
|
||||||
|
sha512sums=("b34176b213e1afcb61fee19b569d6422a7692b62cf08b0ef651f2fbb1eefe49f25ca6386d0bfcec7152d4b5ed3daa84edb900181d40169e777751ae033125374")
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
tar -xf ${distdir}/${sources[0]} --strip-components=1
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
install -vdm755 "${pkgdir}/usr/share/alsa/"
|
||||||
|
cp -rv topology "${pkgdir}/usr/share/alsa/"
|
||||||
|
}
|
||||||
|
|
||||||
|
# vim:ft=sh syn=sh et sw=2:
|
||||||
Reference in New Issue
Block a user