18 lines
494 B
Bash
18 lines
494 B
Bash
# Template build file for 'xauth'.
|
|
pkgname=xauth
|
|
version=1.0.10
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="xtrans libXau-devel libXext-devel libXmu-devel"
|
|
short_desc="X authentication utility"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org/"
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
|
checksum=5afe42ce3cdf4f60520d1658d2b17face45c74050f39af45dccdc95e73fafc4d
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|