libvorbis: move so symlinks to -devel pkg.
This commit is contained in:
parent
35889db88d
commit
d9d1fce138
1 changed files with 8 additions and 17 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'libvorbis'.
|
# Template file for 'libvorbis'.
|
||||||
pkgname=libvorbis
|
pkgname=libvorbis
|
||||||
version=1.3.3
|
version=1.3.3
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="automake libtool pkg-config"
|
||||||
makedepends="libogg-devel"
|
makedepends="libogg-devel"
|
||||||
short_desc="The Vorbis General Audio Compression Codec"
|
short_desc="The Vorbis General Audio Compression Codec"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -11,29 +11,20 @@ license="BSD"
|
||||||
homepage="http://www.xiph.org/vorbis/"
|
homepage="http://www.xiph.org/vorbis/"
|
||||||
distfiles="http://downloads.xiph.org/releases/vorbis/${pkgname}-${version}.tar.gz"
|
distfiles="http://downloads.xiph.org/releases/vorbis/${pkgname}-${version}.tar.gz"
|
||||||
checksum=6d747efe7ac4ad249bf711527882cef79fb61d9194c45b5ca5498aa60f290762
|
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() {
|
pre_configure() {
|
||||||
sed -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' -i configure.ac
|
sed -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' -i configure.ac
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
}
|
}
|
||||||
fi
|
|
||||||
|
|
||||||
libvorbis-devel_package() {
|
libvorbis-devel_package() {
|
||||||
depends="libogg-devel libvorbis>=${version}"
|
depends="libogg-devel libvorbis>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/share
|
vmove usr/share
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue