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