]> git.ipfire.org Git - ipfire-3.x.git/blob - xrandr/xrandr.nm
binutils: Update to 2.32
[ipfire-3.x.git] / xrandr / xrandr.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = xrandr
7 version = 1.3.3
8 release = 1
9
10 groups = X/Tools
11 url = http://www.x.org/
12 license = MIT
13 summary = Primitive command line interface to RandR extension.
14
15 description
16 Xrandr is used to set the screen size, orientation and/or \
17 reflection using the RandR extension.
18 end
19
20 source_dl = http://ftp.x.org/pub/individual/app
21 sources = %{thisapp}.tar.bz2
22
23 build
24 requires
25 libX11-devel
26 libXrandr-devel
27 libXrender-devel
28 pkg-config
29 end
30
31 install_cmds
32 # Remove xkeystone, it has a bad interpreter and we don't need it.
33 rm -vf %{BUILDROOT}/usr/bin/xkeystone
34 end
35 end
36
37 packages
38 package %{name}
39 end
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
44 end