New package: fdkaac-0.6.2
This commit is contained in:
parent
5017710fd4
commit
95be76765e
1 changed files with 20 additions and 0 deletions
20
srcpkgs/fdkaac/template
Normal file
20
srcpkgs/fdkaac/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in a new issue