alsa-plugins: fix configuration files being enabled by default
This commit is contained in:
parent
7dde49879d
commit
53a3772920
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'alsa-plugins'
|
||||
pkgname=alsa-plugins
|
||||
version=1.1.7
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-maemo-plugin"
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -13,6 +13,10 @@ homepage="http://www.alsa-project.org"
|
|||
distfiles="ftp://ftp.alsa-project.org/pub/plugins/${pkgname}-${version}.tar.bz2"
|
||||
checksum=a74b405ab6d9e346e6908a853d5e7631cc61038d9b265bc7f37fab16e827da47
|
||||
|
||||
post_install() {
|
||||
rm -rfv ${DESTDIR}/etc/alsa/conf.d
|
||||
}
|
||||
|
||||
alsa-plugins-jack_package() {
|
||||
short_desc+=" - Jack output plugin"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in New Issue