libvorbis: move so symlinks to -devel pkg.
This commit is contained in:
parent
35889db88d
commit
d9d1fce138
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'libvorbis'.
|
||||
pkgname=libvorbis
|
||||
version=1.3.3
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
makedepends="libogg-devel"
|
||||
short_desc="The Vorbis General Audio Compression Codec"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -11,29 +11,20 @@ license="BSD"
|
|||
homepage="http://www.xiph.org/vorbis/"
|
||||
distfiles="http://downloads.xiph.org/releases/vorbis/${pkgname}-${version}.tar.gz"
|
||||
checksum=6d747efe7ac4ad249bf711527882cef79fb61d9194c45b5ca5498aa60f290762
|
||||
long_desc="
|
||||
Ogg Vorbis is a fully open, non-proprietary, patent- and royalty-free,
|
||||
general-purpose compressed audio format for audio and music at fixed
|
||||
and variable bitrates from 16 to 128 kbps/channel.
|
||||
|
||||
The libvorbis package contains runtime libraries for use in programs
|
||||
that support Ogg Vorbis."
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" libtool automake"
|
||||
pre_configure() {
|
||||
sed -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' -i configure.ac
|
||||
./autogen.sh
|
||||
}
|
||||
fi
|
||||
pre_configure() {
|
||||
sed -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' -i configure.ac
|
||||
./autogen.sh
|
||||
}
|
||||
|
||||
libvorbis-devel_package() {
|
||||
depends="libogg-devel libvorbis>=${version}"
|
||||
depends="libogg-devel libvorbis>=${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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue