19 lines
528 B
Bash
19 lines
528 B
Bash
# Template file for 'xman'
|
|
pkgname=xman
|
|
version=1.2.0
|
|
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=f18db80bd72a0c27cf38b2a7b75485ee48cd22aab10f2ff58de54d83e268b406
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|