22 lines
699 B
Text
22 lines
699 B
Text
# Template build file for 'xf86-video-vesa'.
|
|
pkgname=xf86-video-vesa
|
|
version=2.3.99
|
|
_gitrev="4ba7306fd0c9533750d389829e2cbf0522e149b3"
|
|
wrksrc="${pkgname}-${_gitrev}"
|
|
distfiles="http://xbps.nopcode.org/distfiles/${pkgname}-${_gitrev}.tar.gz"
|
|
#distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
|
|
build_style=gnu-configure
|
|
depends="xorg-server"
|
|
makedepends="automake xorg-util-macros xorg-server-devel"
|
|
revision=1
|
|
short_desc="Xorg VESA video driver"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=49cae114b0722eb7ae2ec961d9d7168b514e182725d009324e19aff6a5ebdf15
|
|
long_desc="
|
|
This is the video driver for Generic VESA video cards for the
|
|
Xorg X11 server."
|
|
|
|
|
|
pre_configure() {
|
|
./autogen.sh
|
|
}
|