22 lines
609 B
Bash
22 lines
609 B
Bash
# Template file for 'faac'
|
|
pkgname=faac
|
|
version=1.29.7.5
|
|
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=a9c36c49d6956eb78d062768927a87014dbb04573d7ce38e50a65a4772fc8016
|
|
|
|
faac-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|