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