libogg: cross build and debug support.
This commit is contained in:
parent
7a76f3a8fd
commit
2d06f2a713
2 changed files with 7 additions and 13 deletions
srcpkgs/libogg
|
@ -1,14 +1,9 @@
|
||||||
# Template file for 'libogg-devel'.
|
# Template file for 'libogg-devel'.
|
||||||
#
|
#
|
||||||
depends="glibc-devel libogg"
|
depends="libogg>=${version}"
|
||||||
short_desc="${sourcepkg} development files"
|
short_desc="${short_desc} - development files"
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
do_install() {
|
||||||
|
|
||||||
|
|
||||||
do_install()
|
|
||||||
{
|
|
||||||
mkdir -p ${DESTDIR}/usr/lib
|
mkdir -p ${DESTDIR}/usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
|
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
|
||||||
|
|
|
@ -1,17 +1,16 @@
|
||||||
# Template file for 'libogg'.
|
# Template file for 'libogg'.
|
||||||
pkgname=libogg
|
pkgname=libogg
|
||||||
version=1.3.0
|
version=1.3.0
|
||||||
homepage="http://www.xiph.org/ogg/"
|
revision=3
|
||||||
distfiles="http://downloads.xiph.org/releases/ogg/$pkgname-$version.tar.xz"
|
subpackages="$pkgname-devel"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
revision=2
|
|
||||||
short_desc="The Ogg bitstream file format library"
|
short_desc="The Ogg bitstream file format library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
|
homepage="http://www.xiph.org/ogg/"
|
||||||
|
distfiles="http://downloads.xiph.org/releases/ogg/$pkgname-$version.tar.xz"
|
||||||
checksum=231725029c843492914f24e74085e734bca6f1d6446ac72df39b0c3a9d4bc74b
|
checksum=231725029c843492914f24e74085e734bca6f1d6446ac72df39b0c3a9d4bc74b
|
||||||
long_desc="
|
long_desc="
|
||||||
Libogg is a library for manipulating Ogg bitstream file formats.
|
Libogg is a library for manipulating Ogg bitstream file formats.
|
||||||
Libogg supports both making Ogg bitstreams and getting packets from
|
Libogg supports both making Ogg bitstreams and getting packets from
|
||||||
Ogg bitstreams."
|
Ogg bitstreams."
|
||||||
|
|
||||||
subpackages="$pkgname-devel"
|
|
||||||
|
|
Loading…
Reference in a new issue