]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - libxkbfile/libxkbfile.nm
crontabs: New package.
[people/arne_f/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 6name = libxkbfile
ecd09a16 7version = 1.0.8
802ea3af 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
ecd09a16
SS
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
0badf05e 25 build process.
802ea3af
MT
26end
27
ecd09a16 28source_dl = http://ftp.x.org/pub/individual/lib/
802ea3af
MT
29
30build
31 requires
32 libX11-devel
33 pkg-config
34 xorg-x11-proto-devel
35 end
36end
37
38packages
39 package %{name}
1f9bc2f0 40
802ea3af
MT
41 package %{name}-devel
42 template DEVEL
43 end
1f9bc2f0
MT
44
45 package %{name}-debuginfo
46 template DEBUGINFO
47 end
802ea3af 48end