mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-04 05:47:13 +08:00
20 lines
541 B
Bash
20 lines
541 B
Bash
# Platform Packages for Chakra, part of chakra-project.org
|
|
# Maintainer: Neophytos Kolokotronis <tetris4@gail.com>
|
|
# Contributor from Arch: Jan "heftig" Steffens <jan.steffens@gmail.com>
|
|
|
|
pkgname=pulseaudio-alsa
|
|
pkgver=2
|
|
pkgrel=2
|
|
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"
|
|
}
|