20 lines
855 B
Text
20 lines
855 B
Text
# Template build file for 'alsa-lib'.
|
|
pkgname=alsa-lib
|
|
version=1.0.26
|
|
revision=1
|
|
subpackages="$pkgname-devel $pkgname-python"
|
|
build_style=gnu-configure
|
|
makedepends="pkg-config 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=8c9f8161603cc3db640619650401292c3e110da63429ab6938aac763319f6e7d
|
|
long_desc="
|
|
The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
|
|
functionality to the Linux operating system.
|
|
|
|
This package includes the ALSA runtime libraries to simplify application
|
|
programming and provide higher level functionality as well as support for
|
|
the older OSS API, providing binary compatibility for most OSS programs."
|