21 lines
555 B
Bash
21 lines
555 B
Bash
# Template file for 'fdkaac'
|
|
pkgname=fdkaac
|
|
version=1.0.0
|
|
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/${version}.tar.gz"
|
|
checksum=1cb1a245d3b230d9c772e69aea091e6195073cbd8cc7d63e684af7d69b495365
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|
|
|
|
post_configure() {
|
|
vlicense COPYING
|
|
}
|