mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 18:57:13 +08:00
18 lines
459 B
Bash
18 lines
459 B
Bash
# $Id: PKGBUILD 19106 2010-06-21 01:14:56Z heftig $
|
|
# Maintainer: Jan "heftig" Steffens <jan.steffens@gmail.com>
|
|
pkgname=pulseaudio-alsa
|
|
pkgver=1
|
|
pkgrel=1
|
|
pkgdesc="ALSA Configuration for PulseAudio"
|
|
arch=(any)
|
|
url="http://www.pulseaudio.org"
|
|
license=(GPL)
|
|
depends=(alsa-plugins pulseaudio)
|
|
backup=(etc/asound.conf)
|
|
source=(asound.conf)
|
|
md5sums=('ea1df7bdbfcd6d13160f5286b61a3ed8')
|
|
|
|
build() {
|
|
install -Dm644 "$srcdir/asound.conf" "$pkgdir/etc/asound.conf"
|
|
}
|