libXxf86dga: sanitize deps, bumprev.
--HG-- extra : convert_revision : ef2d45bedcbaf351f137526779a40e202cacf695
This commit is contained in:
parent
697cf7af75
commit
ed4859756d
2 changed files with 17 additions and 3 deletions
|
@ -5,11 +5,21 @@ 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 pkg-config
|
||||||
|
Add_dependency run xproto
|
||||||
|
Add_dependency run xextproto
|
||||||
|
Add_dependency run xf86dgaproto
|
||||||
|
Add_dependency run libX11-devel
|
||||||
|
Add_dependency run libXext-devel
|
||||||
|
Add_dependency run glibc-devel
|
||||||
Add_dependency run libXxf86dga
|
Add_dependency run libXxf86dga
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
mkdir -p ${DESTDIR}/usr/lib
|
mkdir -p ${DESTDIR}/usr/lib
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/include ${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/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 'libXxf86dga'.
|
# Template build file for 'libXxf86dga'.
|
||||||
pkgname=libXxf86dga
|
pkgname=libXxf86dga
|
||||||
version=1.1.1
|
version=1.1.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-DGA X extension"
|
short_desc="Library for the XFree86-DGA X extension"
|
||||||
|
@ -14,10 +15,13 @@ long_desc="
|
||||||
This library is from the modular X.org project."
|
This library is from the modular X.org project."
|
||||||
|
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
|
Add_dependency run libX11
|
||||||
|
Add_dependency run libXext
|
||||||
|
Add_dependency run glibc
|
||||||
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 xf86dgaproto
|
Add_dependency build xf86dgaproto
|
||||||
Add_dependency full glibc
|
Add_dependency build libX11-devel
|
||||||
Add_dependency full libX11
|
Add_dependency build libXext-devel
|
||||||
Add_dependency full libXext
|
Add_dependency build glibc-devel
|
||||||
|
|
Loading…
Reference in a new issue