]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - xrandr/xrandr.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/ipfire-3.x.git] / xrandr / xrandr.nm
CommitLineData
4480cbd3 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4480cbd3
SS
4###############################################################################
5
802ea3af
MT
6name = xrandr
7version = 1.3.3
8release = 1
4480cbd3 9
802ea3af
MT
10groups = X/Tools
11url = http://www.x.org/
12license = MIT
13summary = Primitive command line interface to RandR extension.
4480cbd3 14
802ea3af 15description
4480cbd3
SS
16 Xrandr is used to set the screen size, orientation and/or \
17 reflection using the RandR extension.
802ea3af
MT
18end
19
20source_dl = http://ftp.x.org/pub/individual/app
21sources = %{thisapp}.tar.bz2
22
23build
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
35end
36
37packages
38 package %{name}
39 end
1f9bc2f0
MT
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
802ea3af 44end