27 lines
951 B
Text
27 lines
951 B
Text
# Template build file for 'libXcursor'.
|
|
pkgname=libXcursor
|
|
version=1.1.12
|
|
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=0c4de165e07ac66b091af50a4db1f07e3c14d1bcf80830013693a21ef03e7ba4
|
|
homepage="http://xorg.freedesktop.org/wiki/"
|
|
license="custom"
|
|
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="$pkgname-devel"
|
|
Add_dependency run glibc
|
|
Add_dependency run libX11
|
|
Add_dependency run libXrender
|
|
Add_dependency run libXfixes
|
|
Add_dependency build pkg-config
|
|
Add_dependency build xproto
|
|
Add_dependency build libX11-devel
|
|
Add_dependency build libXrender-devel
|
|
Add_dependency build libXfixes-devel
|