374ebe23b3
Adopted.
17 lines
487 B
Bash
17 lines
487 B
Bash
# Template file for 'xauth'
|
|
pkgname=xauth
|
|
version=1.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="Leah Neukirchen <leah@vuxu.org>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org/"
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
|
checksum=164ea0a29137b284a47b886ef2affcb0a74733bf3aad04f9b106b1a6c82ebd92
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|