void-packages/srcpkgs/fdkaac/template
2015-12-06 20:55:08 +01:00

21 lines
560 B
Bash

# Template file for 'fdkaac'
pkgname=fdkaac
version=0.6.2
revision=1
build_style=gnu-configure
hostmakedepends="automake"
makedepends="fdk-aac-devel"
short_desc="Command line encoder frontend for libfdk-aac"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="MIT, BSD, zlib"
homepage="https://github.com/nu774/fdkaac"
distfiles="https://github.com/nu774/${pkgname}/archive/v${version}.tar.gz"
checksum=de758d6e651e81e9be89d2972612fc5b96cb70321234c3339f35483b636458ad
pre_configure() {
autoreconf -fi
}
post_configure() {
vlicense COPYING
}