void-packages/srcpkgs/fdkaac/template
2022-07-14 16:58:26 +02:00

21 lines
556 B
Bash

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