24 lines
626 B
Bash
24 lines
626 B
Bash
# Template file for 'libogg'.
|
|
pkgname=libogg
|
|
version=1.3.3
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="The Ogg bitstream file format library"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="BSD"
|
|
homepage="http://www.xiph.org/ogg/"
|
|
distfiles="http://downloads.xiph.org/releases/ogg/$pkgname-$version.tar.xz"
|
|
checksum=4f3fc6178a533d392064f14776b23c397ed4b9f48f5de297aba73b643f955c08
|
|
|
|
libogg-devel_package() {
|
|
depends="libogg>=${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
|
|
}
|
|
}
|