18 lines
490 B
Bash
18 lines
490 B
Bash
# Template file for 'xauth'
|
|
pkgname=xauth
|
|
version=1.1.3
|
|
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=e7075498bae332f917f01d660f9b940c0752b2556a8da61ccb62a44d0ffe9d33
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|