]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - libxkbfile/libxkbfile.nm
nss-util: Make package work on x86_64.
[people/amarx/ipfire-3.x.git] / libxkbfile / libxkbfile.nm
CommitLineData
0badf05e 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
0badf05e
MT
4###############################################################################
5
802ea3af
MT
6name = libxkbfile
7version = 1.0.6
8release = 1
0badf05e 9
802ea3af
MT
10maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11groups = X/Libraries
12url = http://www.x.org
13license = MIT
14summary = X.Org X11 libxkbfile runtime library.
0badf05e 15
802ea3af 16description
0badf05e
MT
17 The flex program generates scanners. Scanners are programs which can \
18 recognize lexical patterns in text. Flex takes pairs of regular \
19 expressions and C code as input and generates a C source file as \
20 output. The output file is compiled and linked with a library to \
21 produce an executable. The executable searches through its input for \
22 occurrences of the regular expressions. When a match is found, it \
23 executes the corresponding C code. Flex was designed to work with \
24 both Yacc and Bison, and is used by many programs as part of their \
25 build process.
802ea3af
MT
26end
27
28source_dl =
29
30build
31 requires
32 libX11-devel
33 pkg-config
34 xorg-x11-proto-devel
35 end
36end
37
38packages
39 package %{name}
40 end
1f9bc2f0 41
802ea3af
MT
42 package %{name}-devel
43 template DEVEL
44 end
1f9bc2f0
MT
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
802ea3af 49end