23dd7d008e
- There's no need to set build_style for custom-install (default). - gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
16 lines
527 B
Text
16 lines
527 B
Text
# Template build file for 'xf86-video-mach64'.
|
|
pkgname=xf86-video-mach64
|
|
version=6.8.2
|
|
revision=1
|
|
distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
|
|
build_style=gnu-configure
|
|
short_desc="Xorg ATI Mach64 video driver"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=b91194033023a41793a525a631789df1d229b228af0d44dcbe20b06ed66c671d
|
|
long_desc="
|
|
This is the video driver for ATI Mach64 video cards for
|
|
the Xorg X11 server."
|
|
|
|
Add_dependency run glibc
|
|
Add_dependency run xorg-server
|
|
Add_dependency build xorg-server-devel
|