# Template file for 'faad2' pkgname=faad2 version=2.11.2 revision=1 build_style=cmake # hostmakedepends="autoconf automake libtool" short_desc="AAC decoding library" maintainer="Orphaned " license="GPL-2.0-or-later" homepage="http://www.audiocoding.com/" distfiles="https://github.com/knik0/faad2/archive/${version}.tar.gz" checksum=3fcbd305e4abd34768c62050e18ca0986f7d9c5eca343fb98275418013065c0e faad2-devel_package() { depends="${sourcepkg}>=${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include vmove "usr/lib/*.so" vmove usr/lib/pkgconfig } }