void-packages/srcpkgs/fdkaac/template
2020-09-23 12:51:01 +02:00

22 lines
556 B
Bash

# Template file for 'fdkaac'
pkgname=fdkaac
version=1.0.1
revision=1
build_style=gnu-configure
hostmakedepends="automake"
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=ce9459111cee48c84b2e5e7154fa5a182c8ec1132da880656de3c1bc3bf2cc79
pre_configure() {
autoreconf -fi
}
post_configure() {
vlicense COPYING
}