]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/commitdiff
libXcomposite: New package.
authorStefan Schantl <stefan.schantl@ipfire.org>
Tue, 12 Feb 2013 18:13:20 +0000 (19:13 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Tue, 12 Feb 2013 18:13:20 +0000 (19:13 +0100)
libXcomposite/libXcomposite.nm [new file with mode: 0644]

diff --git a/libXcomposite/libXcomposite.nm b/libXcomposite/libXcomposite.nm
new file mode 100644 (file)
index 0000000..ad9734f
--- /dev/null
@@ -0,0 +1,44 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = libXcomposite
+version    = 0.4.4
+release    = 1
+
+maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
+groups     = X/Libraries
+url        = http://www.x.org/
+license    = MIT
+summary    = X Composite extension library.
+
+description
+       X.Org X11 libXcomposite runtime library.
+end
+
+source_dl  = http://ftp.x.org/pub/individual/lib/
+
+build
+       requires
+               libX11-devel
+               libXfixes-devel
+               pkg-config
+               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