]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - xclock/xclock.nm
tmux: New package.
[people/ms/ipfire-3.x.git] / xclock / xclock.nm
CommitLineData
9b22dfa9
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = xclock
7version = 1.0.6
8release = 1
9
10maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11groups = X/Tools
12url = http://www.x.org
13license = MIT
14summary = A classic X Window System clock utility.
15
16description
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.
20end
21
22source_dl = http://ftp.x.org/pub/individual/app/
23sources = %{thisapp}.tar.bz2
24
25build
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
35end
36
37packages
38 package %{name}
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
43end