From: Stefan Schantl Date: Tue, 19 Feb 2013 20:00:05 +0000 (+0100) Subject: libXinerama: New package. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93ffa628da41c923c66ced9944a7e5ec27d58cd7;p=ipfire-3.x.git libXinerama: New package. --- diff --git a/libXinerama/libXinerama.nm b/libXinerama/libXinerama.nm new file mode 100644 index 000000000..c1afbbc9c --- /dev/null +++ b/libXinerama/libXinerama.nm @@ -0,0 +1,43 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team # +############################################################################### + +name = libXinerama +version = 1.1.2 +release = 1 + +maintainer = Stefan Schantl +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