19 lines
528 B
Bash
19 lines
528 B
Bash
# Template file for 'xman'
|
|
pkgname=xman
|
|
version=1.1.6
|
|
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.xz"
|
|
checksum=7f555acd3855e49060e186a0be60f3224f60b4123b2990dcf6b8d70c482ed593
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|