38 lines
1.1 KiB
Text
38 lines
1.1 KiB
Text
# Template build file for 'alsa-lib'.
|
|
pkgname=alsa-lib
|
|
version=1.0.27.2
|
|
revision=4
|
|
build_style=gnu-configure
|
|
configure_args="--with-pythonlibs=-lpython2.7 --with-pythonincludes=-I${XBPS_CROSS_BASE}/usr/include/python2.7"
|
|
hostmakedepends="automake libtool pkg-config python-devel"
|
|
makedepends="python-devel"
|
|
short_desc="The Advanced Linux Sound Architecture (ALSA) library"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="LGPL-2.1"
|
|
homepage="http://www.alsa-project.org"
|
|
distfiles="ftp://ftp.alsa-project.org/pub/lib/$pkgname-$version.tar.bz2"
|
|
checksum=690ed393e7efd4fc7e3a2d2cda5449298ca0c895197e5914e350882012430d19
|
|
|
|
pre_configure() {
|
|
sed -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' -i configure.in
|
|
autoreconf -fi
|
|
}
|
|
|
|
alsa-lib-devel_package() {
|
|
depends="alsa-lib>=${version}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove usr/share/aclocal
|
|
}
|
|
}
|
|
|
|
alsa-lib-python_package() {
|
|
lib32disabled=yes
|
|
short_desc+=" - python smixer plugin"
|
|
replaces="alsa-lib<=1.0.25"
|
|
pkg_install() {
|
|
vmove usr/lib/alsa-lib/smixer/smixer-python.so
|
|
}
|
|
}
|