23 lines
620 B
Bash
23 lines
620 B
Bash
# Template file for 'faad2'
|
|
pkgname=faad2
|
|
version=2.11.1
|
|
revision=1
|
|
build_style=cmake
|
|
# hostmakedepends="autoconf automake libtool"
|
|
short_desc="AAC decoding library"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="http://www.audiocoding.com/"
|
|
distfiles="https://github.com/knik0/faad2/archive/${version}.tar.gz"
|
|
checksum=72dbc0494de9ee38d240f670eccf2b10ef715fd0508c305532ca3def3225bb06
|
|
|
|
faad2-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove "usr/lib/*.so"
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|