core/pulseaudio-alsa/PKGBUILD
2010-09-03 21:37:49 +00:00

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"
}