# Template build file for 'libXxf86dga'. pkgname=libXxf86dga version=1.1.3 revision=2 build_style=gnu-configure hostmakedepends="pkg-config" makedepends="xf86dgaproto libXext-devel" short_desc="Library for the XFree86-DGA X extension" maintainer="Juan RP " homepage="${XORG_SITE}" license="MIT" distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" checksum=551fa374dbef0f977de1f35d005fa9ffe92b7a87e82dbe62d6a4640f5b0b4994 long_desc=" These functions provide an interface to the server extension XFree86-DGA Extension which allows local programs direct access to the video frame buffer." libXxf86dga-devel_package() { depends="xf86dgaproto libXext-devel libXxf86dga>=$version" short_desc="${short_desc} - development files" pkg_install() { vmove usr/include vmove "usr/lib/*.a" vmove usr/lib/pkgconfig vmove usr/share } } libXxf86dga_package() { pkg_install() { vmove usr } }