Another set of changes for X11 related pkgs.

--HG--
extra : convert_revision : 25c37e03bcec3ec8d52cc67fb6f7df9ec2e075c3
This commit is contained in:
Juan RP
2009-02-09 16:02:42 +01:00
parent a38260c568
commit 535d2128e5
16 changed files with 63 additions and 61 deletions

View File

@@ -1,16 +1,17 @@
# Template build file for 'libXcursor'.
pkgname=libXcursor
extract_sufx=".tar.bz2"
distfiles="
http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$version.tar.bz2"
version=1.1.9
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure
pkgconfig_override="xcursor.pc"
short_desc="Client-side cursor loading library for X"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=05101fb2a6c080f0b3cc24e46d1a07a2a358708f
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."
shared_deps="libX11-1.1 libXrender-0.9 libXfixes-4.0"
build_depends="pkg-config-0.23 ${shared_deps}"
run_depends="glibc-2.8 ${shared_deps}"