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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27829 - (show annotations) (download)
Fri Jan 21 00:20:51 2011 UTC (13 years, 3 months ago) by ennael
File size: 782 byte(s)
imported package xkbutils
1 Name: xkbutils
2 Version: 1.0.3
3 Release: %mkrel 1
4 Summary: X.Org X11 XKB utilities
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: libxkbfile-devel >= 1.0.1
12 BuildRequires: libxaw-devel >= 1.0.1
13 BuildRequires: x11-util-macros >= 1.0.1
14
15 %description
16 This package provides several XKB utilities for X.org.
17
18 %prep
19 %setup -q -n %{name}-%{version}
20
21 %build
22 %configure2_5x --x-includes=%{_includedir} \
23 --x-libraries=%{_libdir}
24
25 %make
26
27 %install
28 rm -rf %{buildroot}
29 %makeinstall_std
30
31 %clean
32 rm -rf %{buildroot}
33
34 %files
35 %defattr(-,root,root)
36 %{_bindir}/xkbbell
37 %{_bindir}/xkbvleds
38 %{_bindir}/xkbwatch
39 %{_mandir}/man1/*.1.*
40
41

  ViewVC Help
Powered by ViewVC 1.1.30