############################################################################### # IPFire.org - An Open Source Firewall Solution # # Copyright (C) - IPFire Development Team # ############################################################################### name = libXcursor version = 1.1.13 release = 1 maintainer = Stefan Schantl groups = X/Libraries url = http://www.x.org/ license = MIT summary = Cursor management library. description This is a simple library designed to help locate and load cursors. Cursors can be loaded from files or memory. A library of common cursors exists which map to the standard X cursor names.Cursors can exist in several sizes and the library automatically picks the best size. end source_dl = ftp://ftp.x.org/pub/individual/lib/ build requires libX11-devel libXfixes-devel libXrender-devel >= 0.8.2 xorg-x11-proto-devel xorg-x11-util-macros end configure_options += \ --disable-static install_cmds # Install index.theme. mkdir -pv %{BUILDROOT}%{datadir}/icons/default install -m 644 -p %{DIR_SOURCE}/index.theme \ %{BUILDROOT}%{datadir}/icons/default/index.theme end end packages package %{name} package %{name}-devel template DEVEL end package %{name}-debuginfo template DEBUGINFO end end