libogg: move so symlink into main pkg.
--HG-- extra : convert_revision : 2d3a5a988f77983b03066773d31b2dd730a0a577
This commit is contained in:
parent
e4a436d265
commit
95c7a418f2
2 changed files with 3 additions and 1 deletions
|
@ -5,6 +5,8 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run glibc-devel
|
||||
Add_dependency run libogg
|
||||
|
||||
|
@ -13,7 +15,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 'libogg'.
|
||||
pkgname=libogg
|
||||
version=1.2.0
|
||||
revision=1
|
||||
distfiles="http://downloads.xiph.org/releases/ogg/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
short_desc="The Ogg bitstream file format library"
|
||||
|
|
Loading…
Reference in a new issue