24 lines
708 B
Bash
24 lines
708 B
Bash
# Template file for 'alsa-lib'
|
|
pkgname=alsa-lib
|
|
version=1.2.7.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config libtool"
|
|
short_desc="Advanced Linux Sound Architecture (ALSA) library"
|
|
maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
|
|
license="LGPL-2.1-or-later"
|
|
homepage="http://www.alsa-project.org"
|
|
distfiles="https://www.alsa-project.org/files/pub/lib/${pkgname}-${version}.tar.bz2"
|
|
checksum=046dc42dfcfad269217be05954686137e5e7397f3041372f8c6dcd7d79461e61
|
|
|
|
alsa-lib-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.so"
|
|
vmove usr/share/aclocal
|
|
}
|
|
}
|