libXcursor: cross build and dbg support.

This commit is contained in:
Juan RP 2013-03-20 07:50:28 +01:00
parent 85d24ab3fb
commit 319cebf3f2
2 changed files with 9 additions and 15 deletions

View file

@ -1,11 +1,7 @@
# Template file for 'libXcursor-devel'. # Template file for 'libXcursor-devel'.
# #
depends="xproto libXcursor" depends="xproto libXcursor>=${version}"
short_desc="${short_desc} -- development files" short_desc="${short_desc} -- development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
do_install() { do_install() {
vmove usr/include usr vmove usr/include usr

View file

@ -1,20 +1,18 @@
# Template build file for 'libXcursor'. # Template build file for 'libXcursor'.
pkgname=libXcursor pkgname=libXcursor
version=1.1.13 version=1.1.13
revision=2 revision=3
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu-configure build_style=gnu-configure
makedepends="pkg-config fixesproto>=5.0_1 libXfixes-devel libX11-devel libXrender-devel" subpackages="$pkgname-devel"
makedepends="pkg-config fixesproto>=5.0_1 libXfixes-devel libXrender-devel"
crossmakedepends="${makedepends}"
short_desc="Client-side cursor loading library for X" short_desc="Client-side cursor loading library for X"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=f78827de4a1b7ce8cceca24a9ab9d1b1d2f6a61362f505166ffc19b07c0bad8f
homepage="http://xorg.freedesktop.org/wiki/" homepage="http://xorg.freedesktop.org/wiki/"
license="MIT" license="MIT"
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
checksum=f78827de4a1b7ce8cceca24a9ab9d1b1d2f6a61362f505166ffc19b07c0bad8f
long_desc=" long_desc="
This package, libXcursor, provides the client-side cursor loading This package, libXcursor, provides the client-side cursor loading
library for X. This cursor management library is a simple library library for X. This cursor management library is a simple library
designed to help locate and load cursors (from files or memory). designed to help locate and load cursors (from files or memory)."
This is from the modular X.org project."
subpackages="$pkgname-devel"