vp-build/srcpkgs/xhost/template

18 lines
482 B
Bash

# Template build file for 'xhost'.
pkgname=xhost
version=1.0.7
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="libX11-devel libXmu-devel"
short_desc="Server access control program for X"
homepage="http://xorg.freedesktop.org"
license="MIT"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
checksum=93e619ee15471f576cfb30c663e18f5bc70aca577a63d2c2c03f006a7837c29a
post_install() {
vlicense COPYING
}