32 lines
807 B
Text
32 lines
807 B
Text
# Template file for 'libogg'.
|
|
pkgname=libogg
|
|
version=1.3.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="The Ogg bitstream file format library"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="BSD"
|
|
homepage="http://www.xiph.org/ogg/"
|
|
distfiles="http://downloads.xiph.org/releases/ogg/$pkgname-$version.tar.xz"
|
|
checksum=3a5bad78d81afb78908326d11761c0fb1a0662ee7150b6ad587cc586838cdcfa
|
|
long_desc="
|
|
Libogg is a library for manipulating Ogg bitstream file formats.
|
|
Libogg supports both making Ogg bitstreams and getting packets from
|
|
Ogg bitstreams."
|
|
|
|
libogg-devel_package() {
|
|
depends="libogg>=${version}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.a"
|
|
vmove usr/share
|
|
}
|
|
}
|
|
|
|
libogg_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|