17 lines
459 B
Bash
17 lines
459 B
Bash
# Template build file for 'xscope'.
|
|
pkgname=xscope
|
|
version=1.4.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libXt-devel"
|
|
short_desc="X Window Protocol Viewer"
|
|
homepage="http://xorg.freedesktop.org"
|
|
license="MIT"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.xz"
|
|
checksum=507c107ce6969430b9d57441283a4278aecab656bf9d343a7a1ab56ec5ac4764
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|