17 lines
469 B
Bash
17 lines
469 B
Bash
# Template build file for 'viewres'.
|
|
pkgname=viewres
|
|
version=1.0.6
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libXaw-devel"
|
|
short_desc="Graphical class browser for Xt"
|
|
homepage="http://xorg.freedesktop.org"
|
|
license="MIT"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
|
checksum=11c15db02066c1d5fc3febf9b185d16c1112f87e37c4b101a484dcefffb80934
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|