18 lines
490 B
Bash
18 lines
490 B
Bash
# Template file for 'xauth'
|
|
pkgname=xauth
|
|
version=1.1.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="xtrans libXau-devel libXext-devel libXmu-devel"
|
|
short_desc="X authentication utility"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org/"
|
|
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.xz"
|
|
checksum=78ba6afd19536ced1dddb3276cba6e9555a211b468a06f95f6a97c62ff8ee200
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|