xcb-util: move so symlink into main pkg.
--HG-- extra : convert_revision : 80ebf0083dce5d268928b79eb013d03a9489ad9d
This commit is contained in:
parent
527ee75fd6
commit
6a6426e99c
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
# Template build for 'xcb-util'.
|
||||
pkgname=xcb-util
|
||||
version=0.3.6
|
||||
revision=1
|
||||
distfiles="http://xcb.freedesktop.org/dist/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="XCB utilities"
|
||||
|
|
|
@ -5,7 +5,7 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=1
|
||||
revision=2
|
||||
|
||||
Add_dependency run libxcb-devel
|
||||
Add_dependency run xcb-util
|
||||
|
@ -15,6 +15,5 @@ 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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue