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

Giovanni Scafora giovanni at archlinux.org
Thu Jun 11 18:45:18 UTC 2009


    Date: Thursday, June 11, 2009 @ 14:45:18
  Author: giovanni
Revision: 42200

upgpkg: chmlib 0.40-1
    New version 0.40

Modified:
  chmlib/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-06-11 18:43:42 UTC (rev 42199)
+++ PKGBUILD	2009-06-11 18:45:18 UTC (rev 42200)
@@ -1,22 +1,25 @@
 # $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
 # Contributor: Alexander 'dma147' Mieland <dma147 at linux-stats.org>
 # Contributor: Simon Morgan <simon at 16hz.net>
+
 pkgname=chmlib
-pkgver=0.39
+pkgver=0.40
 pkgrel=1
 pkgdesc="Library for dealing with Microsoft ITSS/CHM format files"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://morte.jedrea.com/~jedwin/projects/chmlib/"
 options=('!libtool' '!emptydirs')
-license=(LGPL)
+license=('LGPL')
 depends=('glibc')
 source=(http://morte.jedrea.com/~jedwin/projects/chmlib/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('debed1a0bdded7a12d3d967e497cea9c')
+md5sums=('7ea49ed8c335215c1edc6fae83e6b912')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-examples=yes
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+              --enable-examples=yes
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR=${pkgdir} install
 }
+




More information about the arch-commits mailing list