f41878fd21
Closes: #10077 [via git-merge-pr]
22 lines
593 B
Bash
22 lines
593 B
Bash
# Template file for 'faad2'
|
|
pkgname=faad2
|
|
version=2.8.8
|
|
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=985c3fadb9789d2815e50f4ff714511c79c2710ac27a4aaaf5c0c2662141426d
|
|
|
|
faad2-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove "usr/lib/*.a"
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|