void-packages/srcpkgs/fdkaac/template

22 lines
567 B
Bash

# Template file for 'fdkaac'
pkgname=fdkaac
version=1.0.6
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=ed34c8dcae3d49d385e1ceaa380c5871cda744402358c61bcb49950a25bfae58
pre_configure() {
autoreconf -fi
}
post_configure() {
vlicense COPYING
}