23 lines
775 B
Plaintext
23 lines
775 B
Plaintext
# Template build file for 'libXcursor'.
|
|
pkgname=libXcursor
|
|
version=1.1.10
|
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
|
build_style=gnu_configure
|
|
short_desc="Client-side cursor loading library for X"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=b9446df62203f2c3204b6bcc0057dc909d0dc792f0dd97bc491581b08be36cbd
|
|
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."
|
|
|
|
subpackages="devel"
|
|
Add_dependency build pkg-config
|
|
Add_dependency build xproto
|
|
Add_dependency full glibc
|
|
Add_dependency full libX11
|
|
Add_dependency full libXrender
|
|
Add_dependency full libXfixes
|