24 lines
685 B
Bash
24 lines
685 B
Bash
# Template file for 'alsa-lib'
|
|
pkgname=alsa-lib
|
|
version=1.1.7
|
|
revision=2
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
short_desc="The Advanced Linux Sound Architecture (ALSA) library"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="LGPL-2.1-or-later"
|
|
homepage="http://www.alsa-project.org"
|
|
distfiles="ftp://ftp.alsa-project.org/pub/lib/${pkgname}-${version}.tar.bz2"
|
|
checksum=9d6000b882a3b2df56300521225d69717be6741b71269e488bb20a20783bdc09
|
|
|
|
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
|
|
}
|
|
}
|