core/pulseaudio-alsa/PKGBUILD
2012-11-23 13:52:39 +00:00

19 lines
482 B
Bash

# Maintainer: Neophytos Kolokotronis <tetris4@gail.com>
# Contributor from Arch: Jan "heftig" Steffens <jan.steffens@gmail.com>
pkgname=pulseaudio-alsa
pkgver=2
pkgrel=1
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"
}