2009-03-19 02:45:11 +01:00
|
|
|
# Template build file for 'libXcursor'.
|
2008-10-12 21:43:46 +02:00
|
|
|
pkgname=libXcursor
|
2013-05-30 20:59:49 +02:00
|
|
|
version=1.1.14
|
|
|
|
revision=1
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2013-03-24 10:21:58 +01:00
|
|
|
hostmakedepends="pkg-config"
|
|
|
|
makedepends="fixesproto>=5.0_1 libXfixes-devel libXrender-devel"
|
2008-10-12 21:43:46 +02:00
|
|
|
short_desc="Client-side cursor loading library for X"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-07-02 01:25:51 +02:00
|
|
|
homepage="http://xorg.freedesktop.org/wiki/"
|
2012-03-09 14:49:39 +01:00
|
|
|
license="MIT"
|
2013-03-20 07:50:28 +01:00
|
|
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
2013-05-30 20:59:49 +02:00
|
|
|
checksum=9bc6acb21ca14da51bda5bc912c8955bc6e5e433f0ab00c5e8bef842596c33df
|
2008-10-12 21:43:46 +02:00
|
|
|
long_desc="
|
|
|
|
This package, libXcursor, provides the client-side cursor loading
|
2013-03-20 07:50:28 +01: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 19:13:19 +02:00
|
|
|
|
|
|
|
libXcursor-devel_package() {
|
|
|
|
depends="xproto libXcursor>=${version}"
|
2013-05-30 20:59:49 +02:00
|
|
|
short_desc+=" - development files"
|
2013-04-12 19:13:19 +02:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove "usr/lib/*.a"
|
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
vmove usr/share
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
libXcursor_package() {
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|