libXcomposite: move so symlink into main pkg.
--HG-- extra : convert_revision : a46f6fe476cc4d296671865e1e4bbf128b7c70c1
This commit is contained in:
parent
7ae0fb6b51
commit
2a3c8e5470
2 changed files with 2 additions and 2 deletions
|
@ -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 pkg-config
|
||||
Add_dependency run xproto
|
||||
|
@ -21,7 +21,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 build file for 'libXcomposite'.
|
||||
pkgname=libXcomposite
|
||||
version=0.4.1
|
||||
revision=1
|
||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="X Composite Library"
|
||||
|
|
Loading…
Reference in a new issue