libogg: cross build and debug support.
This commit is contained in:
parent
7a76f3a8fd
commit
2d06f2a713
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue