void-packages/srcpkgs/libXcursor/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

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