[arch-commits] Commit in libqalculate/trunk (PKGBUILD)

Eric Bélanger eric at nymeria.archlinux.org
Thu Oct 24 20:10:18 UTC 2013


    Date: Thursday, October 24, 2013 @ 22:10:18
  Author: eric
Revision: 197263

upgpkg: libqalculate 0.9.7-4

Rebuild without static libraries

Modified:
  libqalculate/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-24 20:00:46 UTC (rev 197262)
+++ PKGBUILD	2013-10-24 20:10:18 UTC (rev 197263)
@@ -3,7 +3,7 @@
 
 pkgname=libqalculate
 pkgver=0.9.7
-pkgrel=3
+pkgrel=4
 pkgdesc="Multi-purpose desktop calculator"
 arch=('i686' 'x86_64')
 url="http://qalculate.sourceforge.net/"
@@ -10,18 +10,20 @@
 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
 }




More information about the arch-commits mailing list