23dd7d008e
- There's no need to set build_style for custom-install (default). - gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
15 lines
557 B
Text
15 lines
557 B
Text
# Template build file for 'xf86-video-glint'.
|
|
pkgname=xf86-video-glint
|
|
version=1.2.5
|
|
distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
|
|
build_style=gnu-configure
|
|
short_desc="Xorg GLINT/Permedia video driver"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=5675f2732ab7b099a568ef4e5c7bb0d0e1bb4b0eb4d19133dc1b2225fd9c814b
|
|
long_desc="
|
|
This is the video driver for 3Dlabs and Texas Instruments GLINT/Permedia
|
|
based video cards for the Xorg X11 server."
|
|
|
|
Add_dependency run glibc
|
|
Add_dependency run xorg-server
|
|
Add_dependency build xorg-server-devel
|