libogg: cross build and debug support.

This commit is contained in:
Juan RP 2013-03-21 17:12:25 +01:00
parent 7a76f3a8fd
commit 2d06f2a713
2 changed files with 7 additions and 13 deletions

View file

@ -1,14 +1,9 @@
# Template file for 'libogg-devel'.
#
depends="glibc-devel libogg"
short_desc="${sourcepkg} development files"
long_desc="${long_desc}
depends="libogg>=${version}"
short_desc="${short_desc} - development files"
This package contains files for development, headers, static libs, etc."
do_install()
{
do_install() {
mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib

View file

@ -1,17 +1,16 @@
# Template file for 'libogg'.
pkgname=libogg
version=1.3.0
homepage="http://www.xiph.org/ogg/"
distfiles="http://downloads.xiph.org/releases/ogg/$pkgname-$version.tar.xz"
revision=3
subpackages="$pkgname-devel"
build_style=gnu-configure
revision=2
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=231725029c843492914f24e74085e734bca6f1d6446ac72df39b0c3a9d4bc74b
long_desc="
Libogg is a library for manipulating Ogg bitstream file formats.
Libogg supports both making Ogg bitstreams and getting packets from
Ogg bitstreams."
subpackages="$pkgname-devel"