libXrandr: rebuild for -dbg pkg; cross build support.

This commit is contained in:
Juan RP 2013-02-20 09:14:46 +01:00
parent 97762c61d7
commit 90b8eaa4be
2 changed files with 2 additions and 12 deletions

View file

@ -4,9 +4,6 @@ noarch=yes
depends="libXext-devel libXrender-devel randrproto>=1.4.0
${sourcepkg}-${version}_${revision}"
short_desc="${short_desc} -- development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
do_install() {
vmove usr/include usr

View file

@ -1,22 +1,15 @@
# Template build file for 'libXrandr'.
pkgname=libXrandr
version=1.4.0
revision=2
revision=3
build_style=gnu-configure
configure_args="--disable-static"
subpackages="$pkgname-devel"
makedepends="pkg-config randrproto>=1.4.0 libXext-devel libXrender-devel"
crossmakedepends="randrproto>=1.4.0 libXext-devel libXrender-devel"
short_desc="X RandR Library from X.org"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="${XORG_SITE}"
license="MIT"
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
checksum=033ad0ac2f012afb05268660f6d78705c85f84689f92fa7b47ce12959b15f5c3
long_desc="
This package provides the X RandR Library from the modular X.org
X11 project.
This simple library is designed to interface with the X Resize,
Rotate, and Reflection Extension. This allows clients to change
the size and rotation of the root window of a screen, along with
the ability to reflect the screen about either axis."