summaryrefslogtreecommitdiff
path: root/manualPorts/xorg-xcalc/Pkgfile
blob: 8a8890e1180b437946ff0372c3b2595c23bad20c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.1.0
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
}