24 lines
680 B
Text
24 lines
680 B
Text
# Template build file for 'xauth'.
|
|
pkgname=xauth
|
|
version=1.0.6
|
|
revision=2
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="xtrans libXau-devel libXext-devel libXmu-devel"
|
|
short_desc="X authentication utility"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org/"
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
|
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."
|
|
|
|
xauth_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|