void-packages/srcpkgs/xman/template
2019-07-15 09:53:22 +02:00

18 lines
525 B
Bash

# Template file for 'xman'
pkgname=xman
version=1.1.5
revision=1
build_style=gnu-configure
configure_args="--with-manconfig=/etc/man.conf"
hostmakedepends="pkg-config"
makedepends="libXaw-devel"
short_desc="Manual page display program for the X Window System"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT"
homepage="http://xorg.freedesktop.org"
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
checksum=4e3c2c7497e9734a6d3c8e1b6a364612892bb31e9f33076c9fdae7177ab60978
post_install() {
vlicense COPYING
}