]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blob - pkgs/libxkbfile/libxkbfile.nm
6fa7cf41bda7448b343449ef02bd547a882b59c8
[people/arne_f/ipfire-3.x.git] / pkgs / libxkbfile / libxkbfile.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libxkbfile
7 version = 1.0.6
8 release = 1
9
10 maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11 groups = X/Libraries
12 url = http://www.x.org
13 license = MIT
14 summary = X.Org X11 libxkbfile runtime library.
15
16 description
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.
26 end
27
28 source_dl =
29
30 build
31 requires
32 libX11-devel
33 pkg-config
34 xorg-x11-proto-devel
35 end
36 end
37
38 packages
39 package %{name}
40 end
41
42 package %{name}-devel
43 template DEVEL
44 end
45 end