]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - xorg-x11-drv-vesa/xorg-x11-drv-vesa.nm
Move all packages to root.
[people/ms/ipfire-3.x.git] / xorg-x11-drv-vesa / xorg-x11-drv-vesa.nm
diff --git a/xorg-x11-drv-vesa/xorg-x11-drv-vesa.nm b/xorg-x11-drv-vesa/xorg-x11-drv-vesa.nm
new file mode 100644 (file)
index 0000000..66fc404
--- /dev/null
@@ -0,0 +1,50 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = xorg-x11-drv-vesa
+version    = 2.3.0
+release    = 1
+
+maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
+groups     = X/Driver
+url        = http://www.x.org/
+license    = MIT
+summary    = Xorg X11 vesa video driver.
+
+description
+       X.Org X11 vesa video driver.
+end
+
+source_dl = http://ftp.x.org/pub/individual/driver/
+sources   = xf86-video-vesa-%{version}.tar.bz2
+
+DIR_APP = $(DIR_SRC)/xf86-video-vesa-$(PKG_VER)
+
+build
+       requires
+               libX11-devel
+               libpciaccess-devel
+               pkg-config
+               xorg-x11-proto-devel
+               xorg-x11-server-devel
+               xorg-x11-util-macros
+       end
+
+       DIR_APP = %{DIR_SRC}/xf86-video-vesa-%{version}
+
+       CFLAGS        += -Wl,-z,lazy
+
+       configure_options += \
+               --disable-static
+end
+
+quality-agent
+       permit_not_full_relro = yes
+end
+
+packages
+       package %{name}
+       end
+end