summaryrefslogtreecommitdiff
path: root/extra/libqalculate/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libqalculate/PKGBUILD')
-rw-r--r--extra/libqalculate/PKGBUILD14
1 files changed, 8 insertions, 6 deletions
diff --git a/extra/libqalculate/PKGBUILD b/extra/libqalculate/PKGBUILD
index 641c5f4af..68de1dab8 100644
--- a/extra/libqalculate/PKGBUILD
+++ b/extra/libqalculate/PKGBUILD
@@ -1,27 +1,29 @@
-# $Id: PKGBUILD 149451 2012-02-08 01:06:52Z eric $
+# $Id: PKGBUILD 197265 2013-10-24 20:11:40Z eric $
# Maintainer: Eric BĂ©langer <eric@archlinux.org>
pkgname=libqalculate
pkgver=0.9.7
-pkgrel=3.1
+pkgrel=4
pkgdesc="Multi-purpose desktop calculator"
arch=('i686' 'x86_64' 'mips64el')
url="http://qalculate.sourceforge.net/"
license=('GPL')
depends=('libxml2' 'cln' 'glib2')
makedepends=('perl-xml-parser')
-optdepends=('gnuplot: for plotting support' 'wget: for retrieval of exchange rates (not needed if you use one of the GUI)' 'gnome-vfs: for retrieval of exchange rates (not needed if you use one of the GUI)')
-options=('!libtool' '!makeflags')
+optdepends=('gnuplot: for plotting support'
+ 'wget: for retrieval of exchange rates (not needed if you use one of the GUI)'
+ 'gnome-vfs: for retrieval of exchange rates (not needed if you use one of the GUI)')
+options=('!makeflags')
source=(http://downloads.sourceforge.net/sourceforge/qalculate/${pkgname}-${pkgver}.tar.gz)
sha1sums=('c15f7f3a97995decf62cc964956fc1e374ecd78c')
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd ${pkgname}-${pkgver}
./configure --prefix=/usr
make
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd ${pkgname}-${pkgver}
make DESTDIR="${pkgdir}" install
}