2009-03-31 14:39:53 +00:00
|
|
|
# Template build file for 'xf86-video-cirrus'.
|
|
|
|
pkgname=xf86-video-cirrus
|
2012-12-16 20:24:13 +00:00
|
|
|
version=1.5.1
|
2013-03-31 07:52:34 +00:00
|
|
|
revision=2
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2013-03-31 07:52:34 +00:00
|
|
|
makedepends="pkg-config xorg-server-devel>=1.13<1.14"
|
2009-03-31 14:39:53 +00:00
|
|
|
short_desc="Xorg Cirrus Logic video driver"
|
2013-03-31 07:52:34 +00:00
|
|
|
homepage="http://xorg.freedesktop.org"
|
|
|
|
license="MIT"
|
2009-03-31 14:39:53 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-12-16 20:24:13 +00:00
|
|
|
distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.bz2"
|
|
|
|
checksum=a955429cbd673230c4b171afd6d0a6b28372d2f9d0a400f5124869274a27c557
|
2009-03-31 14:39:53 +00:00
|
|
|
long_desc="
|
2012-12-16 20:24:13 +00:00
|
|
|
This is the X11 video driver for Cirrus Logic video cards."
|
2013-04-14 16:42:25 +00:00
|
|
|
|
|
|
|
xf86-video-cirrus_package() {
|
|
|
|
depends="xserver-abi-video>=13<14"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|