xscope: add license.
This commit is contained in:
parent
cfcb839e8b
commit
ffe9224b5c
1 changed files with 6 additions and 2 deletions
|
@ -1,13 +1,17 @@
|
|||
# Template build file for 'xscope'.
|
||||
pkgname=xscope
|
||||
version=1.4.1
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libXt-devel"
|
||||
short_desc="X Window Protocol Viewer"
|
||||
homepage="http://xorg.freedesktop.org"
|
||||
license="MIT"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
||||
checksum=33807fbd51822435b23c28e7e78116e552826a6ca4d85632f098ad0ddf1ff423
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue