2009-03-19 01:45:11 +00:00
|
|
|
# Template build file for 'libXcursor'.
|
2008-10-12 19:43:46 +00:00
|
|
|
pkgname=libXcursor
|
2013-05-30 18:59:49 +00:00
|
|
|
version=1.1.14
|
2013-08-12 07:46:05 +00:00
|
|
|
revision=2
|
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"
|
2013-05-30 18:59:49 +00:00
|
|
|
checksum=9bc6acb21ca14da51bda5bc912c8955bc6e5e433f0ab00c5e8bef842596c33df
|
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() {
|
2013-08-12 07:46:05 +00:00
|
|
|
depends="xproto libXfixes-devel libXcursor>=${version}"
|
2013-05-30 18:59:49 +00:00
|
|
|
short_desc+=" - development files"
|
2013-04-12 17:13:19 +00:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove "usr/lib/*.a"
|
2013-08-12 07:46:05 +00:00
|
|
|
vmove "usr/lib/*.so"
|
2013-04-12 17:13:19 +00:00
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
vmove usr/share
|
|
|
|
}
|
|
|
|
}
|