xcalc: add license.
This commit is contained in:
parent
b655e5d75f
commit
bf18b19d10
1 changed files with 6 additions and 2 deletions
|
@ -1,13 +1,17 @@
|
||||||
# Template file for 'xeyes'
|
# Template file for 'xeyes'
|
||||||
pkgname=xcalc
|
pkgname=xcalc
|
||||||
version=1.0.6
|
version=1.0.6
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config xorg-util-macros"
|
hostmakedepends="pkg-config xorg-util-macros"
|
||||||
makedepends="libXaw-devel"
|
makedepends="libXaw-devel"
|
||||||
short_desc="Scientific calculator for X"
|
short_desc="Scientific calculator for X"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://www.x.org/archive/X11R6.8.1/doc/xcalc.1.html"
|
homepage="http://www.x.org/archive/X11R6.8.1/doc/xcalc.1.html"
|
||||||
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.bz2"
|
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=2f73c7160c09dc32586ea07daa408ac897c0a16eaa98cad9f9e4ee98cd9057d8
|
checksum=2f73c7160c09dc32586ea07daa408ac897c0a16eaa98cad9f9e4ee98cd9057d8
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue