18 lines
456 B
Bash
18 lines
456 B
Bash
# Template file for 'xditview'
|
|
pkgname=xditview
|
|
version=1.0.5
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libXaw-devel"
|
|
short_desc="Display ditroff output"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org"
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
|
checksum=eecb1ed51ab4edc7f454476d1248cfb7799a17c5679b3dd834e8b4658331c04b
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|