2009-03-19 01:45:11 +00:00
|
|
|
# Template build file for 'libXcursor'.
|
2008-10-12 19:43:46 +00:00
|
|
|
pkgname=libXcursor
|
2012-03-08 07:23:37 +00:00
|
|
|
version=1.1.13
|
2012-03-09 13:49:39 +00:00
|
|
|
revision=1
|
2009-02-09 15:02:42 +00:00
|
|
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2008-10-12 19:43:46 +00:00
|
|
|
short_desc="Client-side cursor loading library for X"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-03-08 07:23:37 +00:00
|
|
|
checksum=f78827de4a1b7ce8cceca24a9ab9d1b1d2f6a61362f505166ffc19b07c0bad8f
|
2011-07-01 23:25:51 +00:00
|
|
|
homepage="http://xorg.freedesktop.org/wiki/"
|
2012-03-09 13:49:39 +00:00
|
|
|
license="MIT"
|
2008-10-12 19:43:46 +00:00
|
|
|
long_desc="
|
|
|
|
This package, libXcursor, provides the client-side cursor loading
|
|
|
|
library for X. This cursor management library is a simple library
|
|
|
|
designed to help locate and load cursors (from files or memory).
|
|
|
|
|
|
|
|
This is from the modular X.org project."
|
2009-02-09 15:02:42 +00:00
|
|
|
|
2009-11-22 07:31:44 +00:00
|
|
|
subpackages="$pkgname-devel"
|
2009-03-19 01:45:11 +00:00
|
|
|
Add_dependency build pkg-config
|
2012-03-09 13:49:39 +00:00
|
|
|
Add_dependency build fixesproto ">=5.0_1"
|
2012-03-08 07:23:37 +00:00
|
|
|
Add_dependency build libXfixes-devel
|
2010-01-10 16:53:09 +00:00
|
|
|
Add_dependency build libX11-devel
|
|
|
|
Add_dependency build libXrender-devel
|