# Template build file for 'xauth'. pkgname=xauth version=1.0.8 revision=1 build_style=gnu-configure hostmakedepends="pkg-config" makedepends="xtrans libXau-devel libXext-devel libXmu-devel" short_desc="X authentication utility" maintainer="Juan RP " license="MIT" homepage="http://xorg.freedesktop.org/" distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2" checksum=a8696ae7a50c699d5fb3a41408b60d98843d19ea46e9f09e391cb98c8f7fd4f7 long_desc=" This package provides xauth, a program to display and manipulate the authentication data used by the X11 clients." xauth_package() { pkg_install() { vmove all } }