libebml: move so symlink into main pkg.
--HG-- extra : convert_revision : daf773583090367062ea333f0d79cf1ce0f8ae04
This commit is contained in:
parent
09f7968741
commit
2c09b9a1b7
2 changed files with 3 additions and 2 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 libebml
|
||||
|
||||
|
@ -14,6 +16,5 @@ do_install()
|
|||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
#mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/*.*a ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/*.so ${DESTDIR}/usr/lib
|
||||
#mv ${SRCPKGDESTDIR}/usr/share ${DESTDIR}/usr
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libebml'
|
||||
pkgname=libebml
|
||||
version=0.7.8
|
||||
revision=1
|
||||
revision=2
|
||||
distfiles="http://www.bunkus.org/videotools/mkvtoolnix/sources/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_makefile
|
||||
build_wrksrc="make/linux"
|
||||
|
|
Loading…
Reference in a new issue