17 lines
485 B
Bash
17 lines
485 B
Bash
# Template file for 'xauth'
|
|
pkgname=xauth
|
|
version=1.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="xtrans libXau-devel libXext-devel libXmu-devel"
|
|
short_desc="X authentication utility"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org/"
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
|
checksum=6d1dd1b79dd185107c5b0fdd22d1d791ad749ad6e288d0cdf80964c4ffa7530c
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|