17 lines
478 B
Bash
17 lines
478 B
Bash
# Template file for 'xmore'
|
|
pkgname=xmore
|
|
version=1.0.3
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libXaw-devel"
|
|
short_desc="Plain text 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=644a1e0d5182d7708d413722d0579a587dc56b9a8cb60640df076d302e09251b
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|