21 lines
560 B
Bash
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
|
||
|
}
|