2016-01-20 08:26:07 +08:00
|
|
|
# Contributions from Arch: https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/pulseaudio-alsa
|
2012-11-23 21:52:39 +08:00
|
|
|
|
2010-09-04 05:37:49 +08:00
|
|
|
pkgname=pulseaudio-alsa
|
2012-11-23 21:52:39 +08:00
|
|
|
pkgver=2
|
2016-01-20 08:26:07 +08:00
|
|
|
pkgrel=3
|
2010-09-04 05:37:49 +08:00
|
|
|
pkgdesc="ALSA Configuration for PulseAudio"
|
2012-11-23 21:52:39 +08:00
|
|
|
arch=('x86_64')
|
2010-09-04 05:37:49 +08:00
|
|
|
url="http://www.pulseaudio.org"
|
|
|
|
license=(GPL)
|
|
|
|
depends=(alsa-plugins pulseaudio)
|
|
|
|
backup=(etc/asound.conf)
|
|
|
|
source=(asound.conf)
|
2012-11-23 21:52:39 +08:00
|
|
|
md5sums=('0461fda1c6f6e256c28c24cb5d58af33')
|
2010-09-04 05:37:49 +08:00
|
|
|
|
2012-11-23 21:52:39 +08:00
|
|
|
package() {
|
2010-09-04 05:37:49 +08:00
|
|
|
install -Dm644 "$srcdir/asound.conf" "$pkgdir/etc/asound.conf"
|
|
|
|
}
|