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