]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/commitdiff
xclock: New package.
authorStefan Schantl <stefan.schantl@ipfire.org>
Thu, 24 May 2012 19:00:39 +0000 (21:00 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Thu, 24 May 2012 19:00:39 +0000 (21:00 +0200)
xclock/xclock.nm [new file with mode: 0644]

diff --git a/xclock/xclock.nm b/xclock/xclock.nm
new file mode 100644 (file)
index 0000000..e4a7104
--- /dev/null
@@ -0,0 +1,43 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = xclock
+version    = 1.0.6
+release    = 1
+
+maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
+groups     = X/Tools
+url        = http://www.x.org
+license    = MIT
+summary    = A classic X Window System clock utility. 
+
+description
+       xclock is the classic X Window System clock utility.  It displays
+       the time in analog or digital form, continuously updated at a
+       frequency which may be specified by the user.
+end
+
+source_dl  = http://ftp.x.org/pub/individual/app/
+sources    = %{thisapp}.tar.bz2
+
+build
+       requires
+               libX11-devel
+               libXaw-devel
+               libXft-devel
+               libXmu-devel
+               libXrender-devel
+               libxkbfile-devel
+               xorg-x11-util-macros
+       end
+end
+
+packages
+       package %{name}
+
+       package %{name}-debuginfo
+               template DEBUGINFO
+       end
+end