2009-03-31 16:28:37 +00:00
|
|
|
# Template build file for 'xf86-video-vesa'.
|
|
|
|
pkgname=xf86-video-vesa
|
2012-03-13 14:16:47 +00:00
|
|
|
version=2.3.99
|
|
|
|
_gitrev="4ba7306fd0c9533750d389829e2cbf0522e149b3"
|
|
|
|
wrksrc="${pkgname}-${_gitrev}"
|
2012-03-14 06:13:52 +00:00
|
|
|
distfiles="http://xbps.nopcode.org/distfiles/${pkgname}-${_gitrev}.tar.gz"
|
2012-03-13 14:16:47 +00:00
|
|
|
#distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-05-23 16:26:56 +00:00
|
|
|
depends="xorg-server"
|
|
|
|
makedepends="automake xorg-util-macros xorg-server-devel"
|
2012-06-03 07:08:53 +00:00
|
|
|
revision=1
|
2009-03-31 16:28:37 +00:00
|
|
|
short_desc="Xorg VESA video driver"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-03-13 14:16:47 +00:00
|
|
|
checksum=49cae114b0722eb7ae2ec961d9d7168b514e182725d009324e19aff6a5ebdf15
|
2009-03-31 16:28:37 +00:00
|
|
|
long_desc="
|
|
|
|
This is the video driver for Generic VESA video cards for the
|
|
|
|
Xorg X11 server."
|
|
|
|
|
2012-03-13 14:16:47 +00:00
|
|
|
|
|
|
|
pre_configure() {
|
|
|
|
./autogen.sh
|
|
|
|
}
|