# Template file for 'fdkaac'
pkgname=fdkaac
version=1.0.8
revision=1
build_style=gnu-configure
hostmakedepends="automake pkg-config"
makedepends="fdk-aac-devel"
short_desc="Command line encoder frontend for libfdk-aac"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT, BSD-4-Clause, Zlib"
homepage="https://github.com/nu774/fdkaac"
distfiles="https://github.com/nu774/${pkgname}/archive/v${version}.tar.gz"
checksum=25baf7bd9ae697d1c2673bbf4b1348b337258ef487c2bd0572451539fb38ebbf

pre_configure() {
	autoreconf -fi
}

post_configure() {
	vlicense COPYING
}
