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