libXxf86misc: move so symlink into main pkg.
--HG-- extra : convert_revision : 54793f25268c4899bae1b7142af5ddb4439b28a5
This commit is contained in:
parent
18908242fe
commit
fd5ef8aeb8
2 changed files with 8 additions and 4 deletions
|
@ -5,13 +5,14 @@ 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 libXxf86misc
|
Add_dependency run libXxf86misc
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
mkdir -p ${DESTDIR}/usr/lib
|
mkdir -p ${DESTDIR}/usr/lib
|
||||||
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
|
||||||
mv ${SRCPKGDESTDIR}/usr/share ${DESTDIR}/usr
|
mv ${SRCPKGDESTDIR}/usr/share ${DESTDIR}/usr
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Template build file for 'libXxf86misc'.
|
# Template build file for 'libXxf86misc'.
|
||||||
pkgname=libXxf86misc
|
pkgname=libXxf86misc
|
||||||
version=1.0.1
|
version=1.0.1
|
||||||
|
revision=1
|
||||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="Library for the XFree86-Misc X extension"
|
short_desc="Library for the XFree86-Misc X extension"
|
||||||
|
@ -12,10 +13,12 @@ long_desc="
|
||||||
to be queried and changed dynamically."
|
to be queried and changed dynamically."
|
||||||
|
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
|
Add_dependency run glibc
|
||||||
|
Add_dependency run libX11
|
||||||
|
Add_dependency run libXext
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build xproto
|
Add_dependency build xproto
|
||||||
Add_dependency build xextproto
|
Add_dependency build xextproto
|
||||||
Add_dependency build xf86miscproto
|
Add_dependency build xf86miscproto
|
||||||
Add_dependency full glibc
|
Add_dependency build libX11-devel
|
||||||
Add_dependency full libX11
|
Add_dependency build libXext-devel
|
||||||
Add_dependency full libXext
|
|
||||||
|
|
Loading…
Reference in a new issue