updated on Wed Jan 25 20:08:56 UTC 2012
[aur-mirror.git] / gcalctool-oldgui / PKGBUILD
blob6129d5ce2ea255f837e2bdd4467d9feac0cb7bdc
1 # Maintainer: bzt <unmacaque@gmail.com>
3 pkgname=gcalctool-oldgui
4 pkgver=5.28.2
5 pkgrel=1
6 pkgdesc="GCalctool is an application that solves mathematical equations and is suitable as a default application in a Desktop environment."
7 arch=('i686' 'x86_64')
8 license=('GPL2')
9 depends=('gtk2>=2.14.0' 'dconf')
10 makedepends=('intltool' 'gnome-doc-utils>=0.8.0')
11 url="https://webstats.gnome.org/Gcalctool"
12 source=(http://ftp.acc.umu.se/pub/GNOME/sources/gcalctool/5.28/gcalctool-${pkgver}.tar.bz2)
13 md5sums=(5c7ad2f95f2f0756f8261073dde342da)
14 provides=('gcalctool')
15 conflicts=('gcalctool')
17 build() {
18   cd "${srcdir}/${provides}-${pkgver}"
20   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-scrollkeeper
21   make
22   make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install