vp-build/templates/libXcursor/template
Juan RP 0c028ea79d libXcursor: converted to subpkgs, new deps style.
--HG--
extra : convert_revision : e54de4e8d49a338e0ca30f8f37912a4451888fe0
2009-03-19 02:45:11 +01:00

24 lines
793 B
Plaintext

# Template build file for 'libXcursor'.
pkgname=libXcursor
sourcepkg=$pkgname
version=1.1.9
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=1dffb3542271c8ce964066d561474caec5b639d6588b257b21cfb8225a15d2b4
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