]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
libXinerama: New package.
authorStefan Schantl <stefan.schantl@ipfire.org>
Tue, 19 Feb 2013 20:00:05 +0000 (21:00 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 1 Mar 2013 12:25:15 +0000 (13:25 +0100)
libXinerama/libXinerama.nm [new file with mode: 0644]

diff --git a/libXinerama/libXinerama.nm b/libXinerama/libXinerama.nm
new file mode 100644 (file)
index 0000000..c1afbbc
--- /dev/null
@@ -0,0 +1,43 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = libXinerama
+version    = 1.1.2
+release    = 1
+
+maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
+groups     = X/Libraries
+url        = http://www.x.org/
+license    = MIT
+summary    = X.Org X11 libXinerama runtime library
+
+description
+       X.Org X11 libXinerama runtime library
+end
+
+source_dl  = ftp://ftp.x.org/pub/individual/lib/
+
+build
+       requires
+               libX11-devel
+               libXext-devel
+               xorg-x11-proto-devel
+       end
+
+       configure_options += \
+               --disable-static
+end
+
+packages
+       package %{name}
+
+       package %{name}-devel
+               template DEVEL
+       end
+
+       package %{name}-debuginfo
+               template DEBUGINFO
+       end
+end