void-packages/srcpkgs/libvorbis/template

46 lines
1.2 KiB
Plaintext

# Template file for 'libvorbis'.
pkgname=libvorbis
version=1.3.3
revision=2
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="libogg-devel"
short_desc="The Vorbis General Audio Compression Codec"
maintainer="Juan RP <xtraeme@gmail.com>"
license="BSD"
homepage="http://www.xiph.org/vorbis/"
distfiles="http://downloads.xiph.org/releases/vorbis/${pkgname}-${version}.tar.gz"
checksum=6d747efe7ac4ad249bf711527882cef79fb61d9194c45b5ca5498aa60f290762
long_desc="
Ogg Vorbis is a fully open, non-proprietary, patent- and royalty-free,
general-purpose compressed audio format for audio and music at fixed
and variable bitrates from 16 to 128 kbps/channel.
The libvorbis package contains runtime libraries for use in programs
that support Ogg Vorbis."
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" libtool automake"
pre_configure() {
sed -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' -i configure.ac
./autogen.sh
}
fi
libvorbis-devel_package() {
depends="libogg-devel libvorbis>=${version}"
short_desc="${short_desc} - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.a"
vmove usr/share
}
}
libvorbis_package() {
pkg_install() {
vmove usr
}
}