void-packages/srcpkgs/xauth/template
2011-12-06 11:20:48 +01:00

23 lines
724 B
Plaintext

# Template build file for 'xauth'.
pkgname=xauth
version=1.0.6
homepage="http://xorg.freedesktop.org/"
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
build_style=gnu-configure
short_desc="X authentication utility"
maintainer="Juan RP <xtraeme@gmail.com>"
license="MIT"
checksum=a686406951f0ed6be45bc26182a1423e2cdffad2d492b33ff3fbf72f7bcb6b0b
long_desc="
This package provides xauth, a program to display and manipulate the
authentication data used by the X11 clients.
This is from the modular X.org X11 project."
Add_dependency build pkg-config
Add_dependency build xtrans
Add_dependency build libXau-devel
Add_dependency build libXext-devel
Add_dependency build libXmu-devel
Add_dependency build libX11-devel