blob: e0f937c831c5b59591c660286467c86ebeff6be6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Template file for 'xcalc'
pkgname=xcalc
version=1.1.2
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config xorg-util-macros"
makedepends="libXaw-devel"
short_desc="Scientific calculator for X"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT"
homepage="http://www.x.org/archive/X11R6.8.1/doc/xcalc.1.html"
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.xz"
checksum=8578dfa1457e94289f6d6ed6146714307d8a73a1b54d2f42af1321b625fc1cd4
post_install() {
vlicense COPYING
}
|