diff --git a/templates/xf86-input-keyboard.tmpl b/templates/xf86-input-keyboard.tmpl new file mode 100755 index 00000000000..c1f17b1a2d4 --- /dev/null +++ b/templates/xf86-input-keyboard.tmpl @@ -0,0 +1,12 @@ +# Template build file for 'xf86-input-keyboard'. +pkgname=xf86-input-keyboard +version=1.3.1 +extract_sufx=".tar.bz2" +url=http://xorg.freedesktop.org/releases/individual/driver +build_style=gnu_configure +make_cmd="$PKGFS_MASTERDIR/bin/gmake" +short_desc="Modular Xorg keyboard driver" +maintainer="Juan RP " +checksum=cccf96251364d79b434212f9ff1fcfd53359fe65 +long_desc=" + This is the keyboard driver for the modular Xorg server." diff --git a/templates/xf86-input-mouse.tmpl b/templates/xf86-input-mouse.tmpl new file mode 100755 index 00000000000..fa09e13c9ca --- /dev/null +++ b/templates/xf86-input-mouse.tmpl @@ -0,0 +1,12 @@ +# Template build file for 'xf86-input-mouse'. +pkgname=xf86-input-mouse +version=1.3.0 +extract_sufx=".tar.bz2" +url=http://xorg.freedesktop.org/releases/individual/driver +build_style=gnu_configure +make_cmd="$PKGFS_MASTERDIR/bin/gmake" +short_desc="Modular Xorg mouse driver" +maintainer="Juan RP " +checksum=a691e809e61e14e2383f1d4533b0eb454373667f +long_desc=" + This is the mouse driver for the modular Xorg server." diff --git a/templates/xf86-video-ati.tmpl b/templates/xf86-video-ati.tmpl new file mode 100755 index 00000000000..9ac7664972d --- /dev/null +++ b/templates/xf86-video-ati.tmpl @@ -0,0 +1,13 @@ +# Template build file for 'xf86-video-ati'. +pkgname=xf86-video-ati +version=6.9.0 +extract_sufx=".tar.bz2" +url=http://xorg.freedesktop.org/releases/individual/driver +build_style=gnu_configure +configure_args="--enable-dri" +make_cmd="$PKGFS_MASTERDIR/bin/gmake" +short_desc="Modular Xorg ATI Radeon video driver" +maintainer="Juan RP " +checksum=7c990dc8c770865d6c8a45e4861207c1dda07a13 +long_desc=" + This is the video driver for ATI Radeon cards for the modular Xorg server."