diff --git a/templates/xf86-input-calcomp/patches/fix_build.diff b/templates/xf86-input-calcomp/patches/fix_build.diff deleted file mode 100644 index 2b94b970e9..0000000000 --- a/templates/xf86-input-calcomp/patches/fix_build.diff +++ /dev/null @@ -1,12 +0,0 @@ ---- src/xf86Calcomp.c.orig 2009-03-31 10:01:17.694998002 +0200 -+++ src/xf86Calcomp.c 2009-03-31 10:01:30.975206736 +0200 -@@ -308,8 +308,7 @@ DeviceInit (DeviceIntPtr dev) - * this example device reports motions on 2 axes in absolute coordinates. - * Device may reports touch pressure on the 3rd axis. - */ -- if (InitValuatorClassDeviceStruct (dev, 3, xf86GetMotionEvents, -- local->history_size, Absolute) == FALSE) -+ if (InitValuatorClassDeviceStruct (dev, 3, local->history_size, Absolute) == FALSE) - { - ErrorF ("Unable to allocate CALCOMP ValuatorClassDeviceStruct\n"); - return !Success; diff --git a/templates/xf86-input-calcomp/template b/templates/xf86-input-calcomp/template deleted file mode 100644 index 425aa0ea63..0000000000 --- a/templates/xf86-input-calcomp/template +++ /dev/null @@ -1,13 +0,0 @@ -# Template build file for 'xf86-input-calcomp'. -pkgname=xf86-input-calcomp -version=1.1.2 -distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2" -build_style=gnu_configure -short_desc="Xorg calcomp input driver" -maintainer="Juan RP " -checksum=bf6edb9d78c90952a16c8bab9e69aebb3e1361e4423ec90e47df57e8c873254b -long_desc=" - This is the calcomp input driver for the Xorg X11 server." - -Add_dependency full glibc -Add_dependency full xorg-server diff --git a/templates/xf86-input-citron/patches/fix_build.diff b/templates/xf86-input-citron/patches/fix_build.diff deleted file mode 100644 index 9c6dbe3f56..0000000000 --- a/templates/xf86-input-citron/patches/fix_build.diff +++ /dev/null @@ -1,21 +0,0 @@ ---- src/citron.c.orig 2009-03-31 10:03:43.488190347 +0200 -+++ src/citron.c 2009-03-31 10:04:10.319451665 +0200 -@@ -305,7 +305,7 @@ static XF86ModuleVersionInfo VersionRec - MODULEVENDORSTRING, /* vendor specific string */ - MODINFOSTRING1, - MODINFOSTRING2, -- XF86_VERSION_CURRENT, /* Current XFree version */ -+ XORG_VERSION_CURRENT, /* Current XFree version */ - CITOUCH_VERSION_MAJOR, /* Module-specific major version */ - CITOUCH_VERSION_MINOR, /* Module-specific minor version */ - CITOUCH_VERSION_PATCH, /* Module-specific patch level */ -@@ -1368,8 +1368,7 @@ DeviceInit (DeviceIntPtr dev) - * screen to fit one meter. - * Device may reports touch pressure on the 3rd axis. - */ -- if (InitValuatorClassDeviceStruct (dev, 2, xf86GetMotionEvents, -- local->history_size, Absolute) == FALSE) -+ if (InitValuatorClassDeviceStruct (dev, 2, local->history_size, Absolute) == FALSE) - { - ErrorF ("%sUnable to allocate Citron touchscreen ValuatorClassDeviceStruct\n", CI_ERROR); - return !Success; diff --git a/templates/xf86-input-citron/template b/templates/xf86-input-citron/template deleted file mode 100644 index f9b3b55804..0000000000 --- a/templates/xf86-input-citron/template +++ /dev/null @@ -1,13 +0,0 @@ -# Template build file for 'xf86-input-citron'. -pkgname=xf86-input-citron -version=2.2.1 -distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2" -build_style=gnu_configure -short_desc="Xorg citron input driver" -maintainer="Juan RP " -checksum=1480ba63b342c00a53292d513bd79a69e1ea7c01a0c77d1a368ffb22e37c1a83 -long_desc=" - This is the citron input driver for the modular Xorg X11 server." - -Add_dependency full glibc -Add_dependency full xorg-server diff --git a/templates/xf86-input-digitaledge/template b/templates/xf86-input-digitaledge/template deleted file mode 100644 index 380f61bd65..0000000000 --- a/templates/xf86-input-digitaledge/template +++ /dev/null @@ -1,13 +0,0 @@ -# Template build file for 'xf86-input-digitaledge'. -pkgname=xf86-input-digitaledge -version=1.1.1 -distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2" -build_style=gnu_configure -short_desc="Xorg digitaledge input driver" -maintainer="Juan RP " -checksum=ded010f82b1dbb57b1ee0ad6707902b31540e0592c94d6bbf3b43a7a35220775 -long_desc=" - This is the digitaledge input driver for the Xorg X11 server." - -Add_dependency full glibc -Add_dependency full xorg-server diff --git a/templates/xf86-input-dmc/patches/fix_build.diff b/templates/xf86-input-dmc/patches/fix_build.diff deleted file mode 100644 index a97baf21d1..0000000000 --- a/templates/xf86-input-dmc/patches/fix_build.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- src/xf86DMC.c.orig 2009-03-31 10:09:55.207071509 +0200 -+++ src/xf86DMC.c 2009-03-31 10:10:07.844204952 +0200 -@@ -301,7 +301,7 @@ DeviceControl (DeviceIntPtr dev, int mod - * Device reports motions on 2 axes in absolute coordinates. - * Axes min and max values are reported in raw coordinates. - */ -- if (InitValuatorClassDeviceStruct (dev, 2, xf86GetMotionEvents, -+ if (InitValuatorClassDeviceStruct (dev, 2, - pInfo->history_size, Absolute) == FALSE) - { - ErrorF ("Unable to allocate DMC ValuatorClassDeviceStruct\n"); diff --git a/templates/xf86-input-dmc/template b/templates/xf86-input-dmc/template deleted file mode 100644 index 76881cb6f5..0000000000 --- a/templates/xf86-input-dmc/template +++ /dev/null @@ -1,13 +0,0 @@ -# Template build file for 'xf86-input-dmc'. -pkgname=xf86-input-dmc -version=1.1.2 -distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2" -build_style=gnu_configure -short_desc="Xorg dmc input driver" -maintainer="Juan RP " -checksum=b6f4eb367ab1aa7da5ac5218953d7cdde409c9ddf59f6cb6b2e1aa2789b3f361 -long_desc=" - This is the dmc input driver for the Xorg X11 server." - -Add_dependency full glibc -Add_dependency full xorg-server diff --git a/templates/xf86-input-dynapro/patches/fix_build.diff b/templates/xf86-input-dynapro/patches/fix_build.diff deleted file mode 100644 index 9cd763d4b2..0000000000 --- a/templates/xf86-input-dynapro/patches/fix_build.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- src/xf86Dyna.c.orig 2009-03-31 10:12:55.013083260 +0200 -+++ src/xf86Dyna.c 2009-03-31 10:13:32.470206761 +0200 -@@ -296,7 +296,7 @@ DeviceControl (DeviceIntPtr dev, int mod - * Device reports motions on 2 axes in absolute coordinates. - * Axes min and max values are reported in raw coordinates. - */ -- if (InitValuatorClassDeviceStruct (dev, 2, xf86GetMotionEvents, -+ if (InitValuatorClassDeviceStruct (dev, 2, - pInfo->history_size, Absolute) == FALSE) - { - ErrorF ("Unable to allocate Dynapro ValuatorClassDeviceStruct\n"); diff --git a/templates/xf86-input-dynapro/template b/templates/xf86-input-dynapro/template deleted file mode 100644 index c1714ca41d..0000000000 --- a/templates/xf86-input-dynapro/template +++ /dev/null @@ -1,13 +0,0 @@ -# Template build file for 'xf86-input-dynapro'. -pkgname=xf86-input-dynapro -version=1.1.2 -distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2" -build_style=gnu_configure -short_desc="Xorg dynapro input driver" -maintainer="Juan RP " -checksum=55b7b2e950331292ec05c81d566af6d1000ac3cf904068964c3b9d43cea4deec -long_desc=" - This is the dynapro input driver for the Xorg X11 server." - -Add_dependency full glibc -Add_dependency full xorg-server diff --git a/templates/xf86-input-elo2300/patches/fix_build.diff b/templates/xf86-input-elo2300/patches/fix_build.diff deleted file mode 100644 index 83d32f9bc3..0000000000 --- a/templates/xf86-input-elo2300/patches/fix_build.diff +++ /dev/null @@ -1,12 +0,0 @@ ---- src/elo.c.orig 2009-03-31 10:16:32.517051719 +0200 -+++ src/elo.c 2009-03-31 10:16:49.296056335 +0200 -@@ -309,8 +309,7 @@ DeviceInit( DeviceIntPtr dev ) - * Device reports motions on 2 axes in absolute coordinates. - * Device may reports touch pressure on the 3rd axis. - */ -- if (InitValuatorClassDeviceStruct (dev, priv->axes, xf86GetMotionEvents, -- local->history_size, Absolute) == FALSE) -+ if (InitValuatorClassDeviceStruct (dev, priv->axes, local->history_size, Absolute) == FALSE) - { - ErrorF ("Unable to allocate Elographics touchscreen ValuatorClassDeviceStruct\n"); - return !Success; diff --git a/templates/xf86-input-elo2300/template b/templates/xf86-input-elo2300/template deleted file mode 100644 index 21dc730c06..0000000000 --- a/templates/xf86-input-elo2300/template +++ /dev/null @@ -1,13 +0,0 @@ -# Template build file for 'xf86-input-elo2300'. -pkgname=xf86-input-elo2300 -version=1.1.2 -distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2" -build_style=gnu_configure -short_desc="Xorg elo2300 input driver" -maintainer="Juan RP " -checksum=ce575f79a5a93f4129a4e63572911d54cdc6640abc303afeb3c74741bb3c9627 -long_desc=" - This is the elo2300 input driver for the Xorg X11 server." - -Add_dependency full glibc -Add_dependency full xorg-server diff --git a/templates/xf86-input-elographics/template b/templates/xf86-input-elographics/template deleted file mode 100644 index e7e0a093d2..0000000000 --- a/templates/xf86-input-elographics/template +++ /dev/null @@ -1,13 +0,0 @@ -# Template build file for 'xf86-input-elographics'. -pkgname=xf86-input-elographics -version=1.2.3 -distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2" -build_style=gnu_configure -short_desc="Xorg elographics input driver" -maintainer="Juan RP " -checksum=67550c8f4a85a8029f08880adf487e2efd4585e7adbe8da357fbd49750b08d8f -long_desc=" - This is the elographics input driver for the Xorg X11 server." - -Add_dependency full glibc -Add_dependency full xorg-server diff --git a/templates/xf86-input-fpit/template b/templates/xf86-input-fpit/template deleted file mode 100644 index 09421aecb5..0000000000 --- a/templates/xf86-input-fpit/template +++ /dev/null @@ -1,14 +0,0 @@ -# Template build file for 'xf86-input-fpit'. -pkgname=xf86-input-fpit -version=1.3.0 -distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2" -build_style=gnu_configure -short_desc="Xorg Fujitsu Stylistic input driver input driver" -maintainer="Juan RP " -checksum=d1ced3b8c6d799c3af1c93e72dc571cb30d38083e1221b8ea0b2d4fc48a7eef8 -long_desc=" - This is the Xorg input driver for Fujitsu Stylistic Tablet PCs for - the Xorg X11 server." - -Add_dependency full glibc -Add_dependency full xorg-server diff --git a/templates/xf86-input-hyperpen/template b/templates/xf86-input-hyperpen/template deleted file mode 100644 index 93766af9eb..0000000000 --- a/templates/xf86-input-hyperpen/template +++ /dev/null @@ -1,13 +0,0 @@ -# Template build file for 'xf86-input-hyperpen'. -pkgname=xf86-input-hyperpen -version=1.3.0 -distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2" -build_style=gnu_configure -short_desc="Xorg hyperpen input driver" -maintainer="Juan RP " -checksum=e7a13a7597fa32f05d595d05a66cf94c529ba8ce1d03249bb9da5be9512c4b7b -long_desc=" - This is the hyperpen input driver for the Xorg X11 server." - -Add_dependency full glibc -Add_dependency full xorg-server diff --git a/templates/xf86-input-jamstudio/template b/templates/xf86-input-jamstudio/template deleted file mode 100644 index ac254cd26c..0000000000 --- a/templates/xf86-input-jamstudio/template +++ /dev/null @@ -1,21 +0,0 @@ -# Template build file for 'xf86-input-jamstudio'. -pkgname=xf86-input-jamstudio -version=1.2.0 -distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2" -build_style=gnu_configure -short_desc="Xorg jamstudio input driver" -maintainer="Juan RP " -checksum=c5bbade96f1849b45f665a54e08ac8f9d5a94d31a8a680edc4d3c9361d164ac0 -long_desc=" - This is the jamstudio input driver for the Xorg X11 server." - -Add_dependency full glibc -Add_dependency full xorg-server - -pre_build() -{ - # Build fix for xorg-server >= 1.6.0 - sed -i -e "s|xf86Version.h|xorgVersion.h|g" \ - -e "s|XF86_VERSION_|XORG_VERSION_|g" ${wrksrc}/src/js_x.c -} - diff --git a/templates/xf86-input-magellan/patches/fix_build.diff b/templates/xf86-input-magellan/patches/fix_build.diff deleted file mode 100644 index 012fcf38e1..0000000000 --- a/templates/xf86-input-magellan/patches/fix_build.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- src/magellan.c.orig 2009-03-31 10:19:38.660028123 +0200 -+++ src/magellan.c 2009-03-31 10:19:58.179207305 +0200 -@@ -364,7 +364,7 @@ DeviceInit (DeviceIntPtr dev) - return !Success; - } - -- if (InitValuatorClassDeviceStruct (dev, 6, xf86GetMotionEvents, -+ if (InitValuatorClassDeviceStruct (dev, 6, - pInfo->history_size, Absolute) == FALSE) - { - ErrorF ("Unable to allocate MAGELLAN ValuatorClassDeviceStruct\n"); diff --git a/templates/xf86-input-magellan/template b/templates/xf86-input-magellan/template deleted file mode 100644 index 21a07f7c2b..0000000000 --- a/templates/xf86-input-magellan/template +++ /dev/null @@ -1,13 +0,0 @@ -# Template build file for 'xf86-input-magellan'. -pkgname=xf86-input-magellan -version=1.2.0 -distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2" -build_style=gnu_configure -short_desc="Xorg magellan input driver" -maintainer="Juan RP " -checksum=c5285147a4df0b5b0fd5dcb7c0e5953bc982d3d6f2a2ed2e7767ead909a510e4 -long_desc=" - This is the magellan input driver for the Xorg X11 server." - -Add_dependency full glibc -Add_dependency full xorg-server diff --git a/templates/xf86-input-microtouch/patches/fix_build.diff b/templates/xf86-input-microtouch/patches/fix_build.diff deleted file mode 100644 index 9ef9794590..0000000000 --- a/templates/xf86-input-microtouch/patches/fix_build.diff +++ /dev/null @@ -1,12 +0,0 @@ ---- src/microtouch.c.orig 2009-03-31 10:22:46.455076331 +0200 -+++ src/microtouch.c 2009-03-31 10:23:00.507008801 +0200 -@@ -425,8 +425,7 @@ DeviceInit (DeviceIntPtr dev) - * Device reports motions on 2 axes in absolute coordinates. - * Axes min and max values are reported in raw coordinates. - */ -- if (InitValuatorClassDeviceStruct (dev, 2, xf86GetMotionEvents, -- local->history_size, Absolute) == FALSE) -+ if (InitValuatorClassDeviceStruct (dev, 2, local->history_size, Absolute) == FALSE) - { - ErrorF ("Unable to allocate MicroTouch touchscreen ValuatorClassDeviceStruct\n"); - return !Success; diff --git a/templates/xf86-input-microtouch/template b/templates/xf86-input-microtouch/template deleted file mode 100644 index 3448ef4c5c..0000000000 --- a/templates/xf86-input-microtouch/template +++ /dev/null @@ -1,13 +0,0 @@ -# Template build file for 'xf86-input-microtouch'. -pkgname=xf86-input-microtouch -version=1.2.0 -distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2" -build_style=gnu_configure -short_desc="Xorg microtouch input driver" -maintainer="Juan RP " -checksum=b3034e0a768c4f646ea954d59dd414d00df3238e845848081221af6efe864f3b -long_desc=" - This is the microtouch input driver for the Xorg X11 server." - -Add_dependency full glibc -Add_dependency full xorg-server diff --git a/templates/xf86-input-mutouch/template b/templates/xf86-input-mutouch/template deleted file mode 100644 index 23f6e132da..0000000000 --- a/templates/xf86-input-mutouch/template +++ /dev/null @@ -1,13 +0,0 @@ -# Template build file for 'xf86-input-mutouch'. -pkgname=xf86-input-mutouch -version=1.2.1 -distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2" -build_style=gnu_configure -short_desc="Xorg mutouch input driver" -maintainer="Juan RP " -checksum=53bfe976042de69f87e28261ad581cf418c67b5cb69a09cfe1eea169021db35b -long_desc=" - This is the mutouch input driver for the Xorg X11 server." - -Add_dependency full glibc -Add_dependency full xorg-server diff --git a/templates/xf86-input-palmax/patches/fix_build.diff b/templates/xf86-input-palmax/patches/fix_build.diff deleted file mode 100644 index f881ba3f3f..0000000000 --- a/templates/xf86-input-palmax/patches/fix_build.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- src/xf86Palmax.c.orig 2009-03-31 10:28:15.414050816 +0200 -+++ src/xf86Palmax.c 2009-03-31 10:28:29.862204318 +0200 -@@ -467,7 +467,7 @@ xf86PmxControl(DeviceIntPtr dev, - * screen to fit one meter. - */ - -- if (InitValuatorClassDeviceStruct(dev, 2, xf86GetMotionEvents, -+ if (InitValuatorClassDeviceStruct(dev, 2, - local->history_size, Absolute) == FALSE) { - ErrorF("Unable to allocate ValuatorClassDeviceStruct\n"); - return !Success; diff --git a/templates/xf86-input-palmax/template b/templates/xf86-input-palmax/template deleted file mode 100644 index ccf088c93b..0000000000 --- a/templates/xf86-input-palmax/template +++ /dev/null @@ -1,14 +0,0 @@ -# Template build file for 'xf86-input-palmax'. -pkgname=xf86-input-palmax -version=1.2.0 -distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2" -build_style=gnu_configure -short_desc="Xorg palmax input driver" -maintainer="Juan RP " -checksum=02177c339ba60fb6cc942d3bc93a322e94247f36a6fe90c7c1121694c929b05b -long_desc=" - This is the Palmax (TR88L803) touchscreen input driver for the - Xorg X11 server." - -Add_dependency full glibc -Add_dependency full xorg-server diff --git a/templates/xf86-input-penmount/template b/templates/xf86-input-penmount/template deleted file mode 100644 index eab6e17fb9..0000000000 --- a/templates/xf86-input-penmount/template +++ /dev/null @@ -1,13 +0,0 @@ -# Template build file for 'xf86-input-penmount'. -pkgname=xf86-input-penmount -version=1.4.0 -distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2" -build_style=gnu_configure -short_desc="Xorg penmount input driver" -maintainer="Juan RP " -checksum=8cb15e9a30f3602d22eba6c7bcca2c1040889ed0851c7b575273671c2da1bff1 -long_desc=" - This is the penmount input driver for the Xorg X11 server." - -Add_dependency full glibc -Add_dependency full xorg-server diff --git a/templates/xf86-input-spaceorb/patches/fix_build.diff b/templates/xf86-input-spaceorb/patches/fix_build.diff deleted file mode 100644 index 8c8690015a..0000000000 --- a/templates/xf86-input-spaceorb/patches/fix_build.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- src/spaceorb.c.orig 2009-03-31 10:32:33.238047887 +0200 -+++ src/spaceorb.c 2009-03-31 10:32:43.299024563 +0200 -@@ -337,7 +337,7 @@ DeviceInit (DeviceIntPtr dev) - return !Success; - } - -- if (InitValuatorClassDeviceStruct (dev, 6, xf86GetMotionEvents, -+ if (InitValuatorClassDeviceStruct (dev, 6, - pInfo->history_size, Absolute) == FALSE) - { - ErrorF ("Unable to allocate SPACEORB ValuatorClassDeviceStruct\n"); diff --git a/templates/xf86-input-spaceorb/template b/templates/xf86-input-spaceorb/template deleted file mode 100644 index aab5439c39..0000000000 --- a/templates/xf86-input-spaceorb/template +++ /dev/null @@ -1,13 +0,0 @@ -# Template build file for 'xf86-input-spaceorb'. -pkgname=xf86-input-spaceorb -version=1.1.1 -distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2" -build_style=gnu_configure -short_desc="Xorg spaceorb input driver" -maintainer="Juan RP " -checksum=be8f052e7132d39094f42a08c0b7171a9e280e9fa1b162a62343d1dc0d2449cf -long_desc=" - This is the spaceorb input driver for the Xorg X11 server." - -Add_dependency full glibc -Add_dependency full xorg-server diff --git a/templates/xf86-input-summa/template b/templates/xf86-input-summa/template deleted file mode 100644 index f9fbfdd289..0000000000 --- a/templates/xf86-input-summa/template +++ /dev/null @@ -1,13 +0,0 @@ -# Template build file for 'xf86-input-summa'. -pkgname=xf86-input-summa -version=1.2.0 -distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2" -build_style=gnu_configure -short_desc="Xorg summa input driver" -maintainer="Juan RP " -checksum=3e8bcd89b4b3f86677f338a4584f41acb2a3cca7fe492cbea32664aa6f4f8cd8 -long_desc=" - This is the summa input driver for the Xorg X11 server." - -Add_dependency full glibc -Add_dependency full xorg-server diff --git a/templates/xf86-input-tek4957/patches/fix_build.diff b/templates/xf86-input-tek4957/patches/fix_build.diff deleted file mode 100644 index 01c2ea693a..0000000000 --- a/templates/xf86-input-tek4957/patches/fix_build.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- src/xf86Tek4957.c.orig 2009-03-31 11:04:20.254001366 +0200 -+++ src/xf86Tek4957.c 2009-03-31 11:04:41.478199789 +0200 -@@ -446,7 +446,7 @@ TekProc(DeviceIntPtr pDev, int what) - return !Success; - } - -- if (InitValuatorClassDeviceStruct(pDev,2,xf86GetMotionEvents, -+ if (InitValuatorClassDeviceStruct(pDev,2, - local->history_size,Absolute)== FALSE) { - xf86Msg(X_ERROR,"Tek4957:Unable to allocate Valuator class device\n"); - return !Success; diff --git a/templates/xf86-input-tek4957/template b/templates/xf86-input-tek4957/template deleted file mode 100644 index 71173036ff..0000000000 --- a/templates/xf86-input-tek4957/template +++ /dev/null @@ -1,13 +0,0 @@ -# Template build file for 'xf86-input-tek4957'. -pkgname=xf86-input-tek4957 -version=1.2.0 -distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2" -build_style=gnu_configure -short_desc="Xorg tek4957 input driver" -maintainer="Juan RP " -checksum=b097a5b1acbd732d9ca5d28c13003a1f1c8a3465f4fa77c1578d36330f3358a2 -long_desc=" - This is the tek4957 input driver for the Xorg X11 server." - -Add_dependency full glibc -Add_dependency full xorg-server