24 lines
700 B
Bash
24 lines
700 B
Bash
# Template file for 'alsa-lib'
|
|
pkgname=alsa-lib
|
|
version=1.2.11
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config libtool"
|
|
short_desc="Advanced Linux Sound Architecture (ALSA) library"
|
|
maintainer="cinerea0 <cinerea0@protonmail.com>"
|
|
license="LGPL-2.1-or-later"
|
|
homepage="http://www.alsa-project.org"
|
|
distfiles="https://www.alsa-project.org/files/pub/lib/alsa-lib-${version}.tar.bz2"
|
|
checksum=9f3f2f69b995f9ad37359072fbc69a3a88bfba081fc83e9be30e14662795bb4d
|
|
|
|
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
|
|
}
|
|
}
|