summaryrefslogtreecommitdiff
path: root/manualPorts/xorg-xcalc/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'manualPorts/xorg-xcalc/Pkgfile')
-rw-r--r--manualPorts/xorg-xcalc/Pkgfile15
1 files changed, 15 insertions, 0 deletions
diff --git a/manualPorts/xorg-xcalc/Pkgfile b/manualPorts/xorg-xcalc/Pkgfile
new file mode 100644
index 0000000..5f9c75c
--- /dev/null
+++ b/manualPorts/xorg-xcalc/Pkgfile
@@ -0,0 +1,15 @@
+# Description: Scientific calculator for X
+# URL: http://cgit.freedesktop.org/xorg/app/xcalc/
+# Maintainer: Erich Eckner, crux at eckner dot net
+
+name=xorg-xcalc
+version=1.0.6
+release=2
+source=(http://xorg.freedesktop.org/archive/individual/app/xcalc-${version}.tar.bz2)
+
+build() {
+ cd xcalc-$version
+
+ ./configure --prefix=/usr --mandir=/usr/share/man
+ make DESTDIR=$PKG install
+}