2009-03-19 01:45:11 +00:00
|
|
|
# Template build file for 'libXcursor'.
|
2008-10-12 19:43:46 +00:00
|
|
|
pkgname=libXcursor
|
2012-03-08 07:23:37 +00:00
|
|
|
version=1.1.13
|
2013-03-20 06:50:28 +00:00
|
|
|
revision=3
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2013-03-24 09:21:58 +00:00
|
|
|
hostmakedepends="pkg-config"
|
|
|
|
makedepends="fixesproto>=5.0_1 libXfixes-devel libXrender-devel"
|
2008-10-12 19:43:46 +00:00
|
|
|
short_desc="Client-side cursor loading library for X"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-07-01 23:25:51 +00:00
|
|
|
homepage="http://xorg.freedesktop.org/wiki/"
|
2012-03-09 13:49:39 +00:00
|
|
|
license="MIT"
|
2013-03-20 06:50:28 +00:00
|
|
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
|
|
|
checksum=f78827de4a1b7ce8cceca24a9ab9d1b1d2f6a61362f505166ffc19b07c0bad8f
|
2008-10-12 19:43:46 +00:00
|
|
|
long_desc="
|
|
|
|
This package, libXcursor, provides the client-side cursor loading
|
2013-03-20 06:50:28 +00:00
|
|
|
library for X. This cursor management library is a simple library
|
|
|
|
designed to help locate and load cursors (from files or memory)."
|
2013-04-12 17:13:19 +00:00
|
|
|
|
|
|
|
libXcursor-devel_package() {
|
|
|
|
depends="xproto libXcursor>=${version}"
|
|
|
|
short_desc="${short_desc} -- development files"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove "usr/lib/*.a"
|
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
vmove usr/share
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
libXcursor_package() {
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|