]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blobdiff - xorg-x11-drv-mouse/xorg-x11-drv-mouse.nm
glibc: Disable multilib support on X86_64
[people/stevee/ipfire-3.x.git] / xorg-x11-drv-mouse / xorg-x11-drv-mouse.nm
diff --git a/xorg-x11-drv-mouse/xorg-x11-drv-mouse.nm b/xorg-x11-drv-mouse/xorg-x11-drv-mouse.nm
deleted file mode 100644 (file)
index 5289c41..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = xorg-x11-drv-mouse
-version    = 1.5.0
-release    = 1
-
-maintainer = Stefan Schantl <stefan.schantl@ipfire.org
-groups     = X/Driver
-url        = http://www.x.org/
-license    = MIT
-summary    = Xorg X11 mouse input driver.
-
-description
-       X.Org X11 mouse input driver.
-end
-
-source_dl  = http://ftp.x.org/pub/individual/driver/
-sources    = xf86-input-mouse-%{version}.tar.bz2
-
-build
-       requires
-               pkg-config
-               xorg-x11-proto-devel
-               xorg-x11-server-devel
-               xorg-x11-util-macros
-       end
-
-       DIR_APP = %{DIR_SRC}/xf86-input-mouse-%{version}
-
-       CFLAGS   += -Wl,-z,lazy
-
-       configure_options += \
-               --disable-static
-end
-
-quality-agent
-       permit_not_full_relro = yes
-end
-
-packages
-       package %{name}
-       end
-
-       package %{name}-debuginfo
-               template DEBUGINFO
-       end
-end