23 lines
609 B
Bash
23 lines
609 B
Bash
# Template file for 'faac'
|
|
pkgname=faac
|
|
version=1.29.9.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static"
|
|
hostmakedepends="automake libtool"
|
|
short_desc="AAC audio encoder library"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="http://www.audiocoding.com/"
|
|
license="LGPL-2"
|
|
distfiles="${SOURCEFORGE_SITE}/faac/faac-${version}.tar.gz"
|
|
checksum=d45f209d837c49dae6deebcdd87b8cc3b04ea290880358faecf5e7737740c771
|
|
|
|
faac-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|