]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - xclock/xclock.nm
libnetfilter_queue: Update to 1.0.2.
[people/ms/ipfire-3.x.git] / xclock / xclock.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = xclock
7 version = 1.0.6
8 release = 1
9
10 maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11 groups = X/Tools
12 url = http://www.x.org
13 license = MIT
14 summary = A classic X Window System clock utility.
15
16 description
17 xclock is the classic X Window System clock utility. It displays
18 the time in analog or digital form, continuously updated at a
19 frequency which may be specified by the user.
20 end
21
22 source_dl = http://ftp.x.org/pub/individual/app/
23 sources = %{thisapp}.tar.bz2
24
25 build
26 requires
27 libX11-devel
28 libXaw-devel
29 libXft-devel
30 libXmu-devel
31 libXrender-devel
32 libxkbfile-devel
33 xorg-x11-util-macros
34 end
35 end
36
37 packages
38 package %{name}
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
43 end