libX11: move so symlink into main pkg.

--HG--
extra : convert_revision : e5baace56c35813bb778677e7e16fc70eef349f1
This commit is contained in:
Juan RP 2010-04-22 14:14:02 +02:00
parent b190e0f2c1
commit 739ba51e10
2 changed files with 3 additions and 1 deletions

View file

@ -5,6 +5,8 @@ long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
revision=1
Add_dependency run pkg-config
Add_dependency run xproto
Add_dependency run xextproto
@ -24,7 +26,6 @@ do_install()
mkdir -p ${DESTDIR}/usr/share/man
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/man/man3 ${DESTDIR}/usr/share/man
rm -rf ${SRCPKGDESTDIR}/usr/share/man

View file

@ -1,6 +1,7 @@
# Template build file for 'libX11'.
pkgname=libX11
version=1.3.3
revision=1
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure
configure_args="--with-xcb --enable-xlocaledir --enable-loadable-i18n"