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