libxcb: move so symlink into main pkg.
--HG-- extra : convert_revision : 8f756b69a15bce15d807c9ad62bc546d30423b7a
This commit is contained in:
parent
a3173ca602
commit
b190e0f2c1
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."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
revision=1
|
||||||
|
|
||||||
Add_dependency run python
|
Add_dependency run python
|
||||||
Add_dependency run libXdmcp-devel
|
Add_dependency run libXdmcp-devel
|
||||||
Add_dependency run libXau-devel
|
Add_dependency run libXau-devel
|
||||||
|
@ -15,6 +17,5 @@ do_install()
|
||||||
mkdir -p ${DESTDIR}/usr/lib
|
mkdir -p ${DESTDIR}/usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
|
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/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Template build file for 'libxcb'.
|
# Template build file for 'libxcb'.
|
||||||
pkgname=libxcb
|
pkgname=libxcb
|
||||||
version=1.6
|
version=1.6
|
||||||
|
revision=1
|
||||||
distfiles="http://xcb.freedesktop.org/dist/$pkgname-$version.tar.bz2"
|
distfiles="http://xcb.freedesktop.org/dist/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--disable-build-docs"
|
configure_args="--disable-build-docs"
|
||||||
|
|
Loading…
Reference in a new issue