]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libXcursor/libXcursor.nm
ppp: Re-add ifname patch
[people/ms/ipfire-3.x.git] / libXcursor / libXcursor.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libXcursor
7 version = 1.1.13
8 release = 1
9
10 maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11 groups = X/Libraries
12 url = http://www.x.org/
13 license = MIT
14 summary = Cursor management library.
15
16 description
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.
21 end
22
23 source_dl = ftp://ftp.x.org/pub/individual/lib/
24
25 build
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
43 end
44
45 packages
46 package %{name}
47
48 package %{name}-devel
49 template DEVEL
50 end
51
52 package %{name}-debuginfo
53 template DEBUGINFO
54 end
55 end