/[packages]/cauldron/xdriinfo/current/SPECS/xdriinfo.spec
ViewVC logotype

Contents of /cauldron/xdriinfo/current/SPECS/xdriinfo.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 64756 - (show annotations) (download)
Sat Mar 5 11:11:13 2011 UTC (13 years, 1 month ago) by tv
File size: 790 byte(s)
imported package xdriinfo
1 Name: xdriinfo
2 Version: 1.0.4
3 Release: %mkrel 1
4 Summary: Query configuration information of DRI drivers
5 Group: Development/X11
6 Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
7 License: MIT
8 BuildRoot: %{_tmppath}/%{name}-root
9
10 BuildRequires: libx11-devel >= 1.0.0
11 BuildRequires: x11-proto-devel >= 1.0.0
12 BuildRequires: x11-util-macros >= 1.0.1
13 BuildRequires: GL-devel
14
15 %description
16 Driinfo can be used to query configuration information of direct rendering
17 drivers (DRI).
18
19 %prep
20 %setup -q -n %{name}-%{version}
21
22 %build
23 %configure2_5x --x-includes=%{_includedir}\
24 --x-libraries=%{_libdir}
25
26 %make
27
28 %install
29 rm -rf %{buildroot}
30 %makeinstall_std
31
32 %clean
33 rm -rf %{buildroot}
34
35 %files
36 %defattr(-,root,root)
37 %{_bindir}/xdriinfo
38 %{_mandir}/man1/xdriinfo.*
39
40
41
42

  ViewVC Help
Powered by ViewVC 1.1.30