libXfixes: cross build and dbg support.
This commit is contained in:
parent
9d366cbe39
commit
0a2f3dafe8
2 changed files with 9 additions and 15 deletions
|
@ -1,14 +1,9 @@
|
|||
# Template file for 'libXfixes-devel'.
|
||||
#
|
||||
depends="pkg-config xproto fixesproto libX11-devel libXfixes"
|
||||
depends="xproto fixesproto libX11-devel libXfixes>=${version}"
|
||||
short_desc="${short_desc} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
|
||||
do_install()
|
||||
{
|
||||
do_install() {
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
|
||||
|
|
|
@ -1,20 +1,19 @@
|
|||
# Template build file for 'libXfixes'.
|
||||
pkgname=libXfixes
|
||||
version=5.0
|
||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
revision=2
|
||||
subpackages="$pkgname-devel"
|
||||
makedepends="pkg-config xproto xextproto fixesproto libX11-devel"
|
||||
crossmakedepends="${makedepends}"
|
||||
short_desc="Xfixes library and extension of X RandR from modular X.org"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="${XORG_SITE}"
|
||||
license="MIT"
|
||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||
checksum=537a2446129242737a35db40081be4bbcc126e56c03bf5f2b142b10a79cda2e3
|
||||
long_desc="
|
||||
The X Fixes Extension provides workarounds for various limitations
|
||||
in the core protocol. The extension is designed to hold various
|
||||
vaguely related extension bits that change how the X server and
|
||||
clients interact with fundamental parts of the window system.
|
||||
|
||||
This package provides the libXFixes library from the modular X.org
|
||||
X11 project."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
clients interact with fundamental parts of the window system."
|
||||
|
|
Loading…
Reference in a new issue