2008-10-08 16:33:34 +00:00
|
|
|
# Template build file for 'xf86-video-vmware'.
|
|
|
|
pkgname=xf86-video-vmware
|
2013-04-22 19:42:16 +00:00
|
|
|
version=13.0.1
|
2013-12-01 09:30:17 +00:00
|
|
|
revision=3
|
|
|
|
only_for_archs="i686 x86_64"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-04-18 11:04:52 +00:00
|
|
|
configure_args="--enable-vmwarectrl-client"
|
2013-12-01 09:30:17 +00:00
|
|
|
hostmakedepends="automake libtool pkg-config xorg-util-macros"
|
|
|
|
makedepends="libdrm-devel MesaLib-devel>=10.0.0_2 xorg-server-devel>=1.14"
|
2008-10-08 16:33:34 +00:00
|
|
|
short_desc="Modular Xorg VMware virtual video driver"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-01-16 07:25:15 +00:00
|
|
|
homepage="http://xorg.freedesktop.org"
|
|
|
|
license="MIT"
|
2012-12-16 20:47:00 +00:00
|
|
|
distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
|
2013-04-22 19:42:16 +00:00
|
|
|
checksum=802dda415c22412edad6c3df44fe18a06e91d0f8456d9a58bac0d340fdf8fe3d
|
2013-04-14 16:42:25 +00:00
|
|
|
|
2013-12-01 09:30:17 +00:00
|
|
|
pre_configure() {
|
|
|
|
autoreconf -fi
|
|
|
|
}
|
|
|
|
|
2013-04-14 16:42:25 +00:00
|
|
|
xf86-video-vmware_package() {
|
2013-07-05 07:42:01 +00:00
|
|
|
depends="xserver-abi-video-14_1 mesa-vmwgfx-dri"
|
2013-04-14 16:42:25 +00:00
|
|
|
pkg_install() {
|
2013-04-22 19:42:16 +00:00
|
|
|
vmove all
|
2013-04-14 16:42:25 +00:00
|
|
|
}
|
|
|
|
}
|