24 lines
702 B
Text
24 lines
702 B
Text
# Template build file for 'xf86-video-geode'.
|
|
pkgname=xf86-video-geode
|
|
version=2.11.14
|
|
revision=2
|
|
build_style=gnu-configure
|
|
short_desc="Xorg AMD Geode GX/LX video driver"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
|
|
homepage="http://xorg.freedesktop.org/"
|
|
license="MIT"
|
|
checksum=4c750b46c932934faa008919922f5ac8a572afcfe265ac8d7c203b8167a0cfcc
|
|
long_desc="
|
|
This is the Xorg video driver for AMD Geode GX/LX video cards."
|
|
|
|
# This is x86 specific.
|
|
only_for_archs=i686
|
|
makedepends="pkg-config libXv-devel libXrandr-devel xorg-server-devel>=1.13<1.14"
|
|
|
|
xf86-video-geode_package() {
|
|
depends="xserver-abi-video>=13<14"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|