mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-09 18:47:14 +08:00
18 lines
472 B
Bash
18 lines
472 B
Bash
# Contributions from Arch: https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/pulseaudio-alsa
|
|
|
|
pkgname=pulseaudio-alsa
|
|
pkgver=2
|
|
pkgrel=3
|
|
pkgdesc="ALSA Configuration for PulseAudio"
|
|
arch=('x86_64')
|
|
url="http://www.pulseaudio.org"
|
|
license=(GPL)
|
|
depends=(alsa-plugins pulseaudio)
|
|
backup=(etc/asound.conf)
|
|
source=(asound.conf)
|
|
md5sums=('0461fda1c6f6e256c28c24cb5d58af33')
|
|
|
|
package() {
|
|
install -Dm644 "$srcdir/asound.conf" "$pkgdir/etc/asound.conf"
|
|
}
|