[arch-commits] Commit in libdatrie/repos (extra-i686 extra-i686/PKGBUILD)

Jan de Groot jgc at archlinux.org
Sat Apr 11 20:11:42 UTC 2009


    Date: Saturday, April 11, 2009 @ 16:11:41
  Author: jgc
Revision: 35276

Merged revisions 356,35268,35272 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/libdatrie/trunk

........
  r356 | aaron | 2008-04-18 22:56:27 +0000 (Fri, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r35268 | jgc | 2009-04-11 19:27:13 +0000 (Sat, 11 Apr 2009) | 1 line
  
  upgpkg: libdatrie 0.1.4-1
........
  r35272 | jgc | 2009-04-11 20:08:55 +0000 (Sat, 11 Apr 2009) | 1 line
  
  upgpkg: libdatrie 0.2.1-1
........

Modified:
  libdatrie/repos/extra-i686/	(properties)
  libdatrie/repos/extra-i686/PKGBUILD

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


Property changes on: libdatrie/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /libdatrie/trunk:1
   + /libdatrie/trunk:1-35275

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-04-11 20:09:28 UTC (rev 35275)
+++ extra-i686/PKGBUILD	2009-04-11 20:11:41 UTC (rev 35276)
@@ -3,7 +3,7 @@
 # Contributor: Chaiwat Suttipongsakul <cwt114 at gmail.com>
 
 pkgname=libdatrie
-pkgver=0.1.2
+pkgver=0.2.1
 pkgrel=1
 pkgdesc="Libdatrie is an implementation of double-array structure for representing trie, as proposed by Junichi Aoe."
 url="http://linux.thai.net/~thep/datrie/datrie.html"
@@ -12,11 +12,11 @@
 depends=('glibc')
 options=('!libtool' '!emptydirs')
 source=(http://linux.thai.net/pub/thailinux/software/libthai/${pkgname}-${pkgver}.tar.gz)
-md5sums=('3eaedd5452149e11547a0dc74ee3fcfd')
+md5sums=('196e485958f74cf13e676d93729067cf')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --disable-static || return 1
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list