]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libXcursor/libXcursor.nm
ppp: Re-add ifname patch
[people/ms/ipfire-3.x.git] / libXcursor / libXcursor.nm
CommitLineData
4244c79e
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = libXcursor
7version = 1.1.13
8release = 1
9
10maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11groups = X/Libraries
12url = http://www.x.org/
13license = MIT
14summary = Cursor management library.
15
16description
17 This is a simple library designed to help locate and load cursors.
18 Cursors can be loaded from files or memory. A library of common cursors
19 exists which map to the standard X cursor names.Cursors can exist in
20 several sizes and the library automatically picks the best size.
21end
22
23source_dl = ftp://ftp.x.org/pub/individual/lib/
24
25build
26 requires
27 libX11-devel
28 libXfixes-devel
29 libXrender-devel >= 0.8.2
30 xorg-x11-proto-devel
31 xorg-x11-util-macros
32 end
33
34 configure_options += \
35 --disable-static
36
37 install_cmds
38 # Install index.theme.
39 mkdir -pv %{BUILDROOT}%{datadir}/icons/default
40 install -m 644 -p %{DIR_SOURCE}/index.theme \
41 %{BUILDROOT}%{datadir}/icons/default/index.theme
42 end
43end
44
45packages
46 package %{name}
47
48 package %{name}-devel
49 template DEVEL
50 end
51
52 package %{name}-debuginfo
53 template DEBUGINFO
54 end
55end