# Template file for 'opus' pkgname=opus version=1.0.3 revision=1 build_style=gnu-configure configure_args="--enable-float-approx" short_desc="Codec designed for interactive speech and audio transmission over the Internet" maintainer="Juan RP " homepage="http://www.opus-codec.org/" license="BSD" distfiles="http://downloads.xiph.org/releases/opus/opus-${version}.tar.gz" checksum=191a089c92dbc403de6980463dd3604b65beb12d283c607e246c8076363cb49c post_install() { vinstall COPYING 644 usr/share/licenses/opus } opus-devel_package() { depends="opus-${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig vmove "usr/lib/*.a" vmove "usr/lib/*.so" vmove usr/share/aclocal } } opus_package() { pkg_install() { vmove usr } }