Added xf86-input-keyboard, xf86-input-mouse and xf86-video-ati templates.
--HG-- extra : convert_revision : 27b48270c66005fdeafa109e7931063c613607f7
This commit is contained in:
parent
b2dee1f637
commit
9325f61bc0
|
@ -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 <xtraeme@gmail.com>"
|
||||
checksum=cccf96251364d79b434212f9ff1fcfd53359fe65
|
||||
long_desc="
|
||||
This is the keyboard driver for the modular Xorg server."
|
|
@ -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 <xtraeme@gmail.com>"
|
||||
checksum=a691e809e61e14e2383f1d4533b0eb454373667f
|
||||
long_desc="
|
||||
This is the mouse driver for the modular Xorg server."
|
|
@ -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 <xtraeme@gmail.com>"
|
||||
checksum=7c990dc8c770865d6c8a45e4861207c1dda07a13
|
||||
long_desc="
|
||||
This is the video driver for ATI Radeon cards for the modular Xorg server."
|
Loading…
Reference in New Issue