libtheora: move so symlink into main pkg.
--HG-- extra : convert_revision : 1ac1b04e19e857371a8e0132cc1f56509a590c1f
This commit is contained in:
parent
9e92a5f819
commit
0e0d5747aa
2 changed files with 6 additions and 3 deletions
|
@ -5,6 +5,8 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run libtheora
|
||||
|
||||
do_install()
|
||||
|
@ -12,7 +14,6 @@ do_install()
|
|||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.so ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/share ${DESTDIR}/usr
|
||||
}
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Template file for 'libtheora'.
|
||||
pkgname=libtheora
|
||||
version=1.0
|
||||
revision=1
|
||||
distfiles="http://downloads.xiph.org/releases/theora/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--disable-examples --disable-vorbistest --disable-sdltest"
|
||||
|
@ -16,6 +17,7 @@ long_desc="
|
|||
in the future to improve over what is possible with VP3."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
Add_dependency run glibc
|
||||
Add_dependency run libogg
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency full glibc
|
||||
Add_dependency full libogg
|
||||
Add_dependency build libogg-devel
|
||||
|
|
Loading…
Reference in a new issue