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