[arch-commits] Commit in libdatrie/repos (extra-x86_64 extra-x86_64/PKGBUILD)
Jan de Groot
jgc at archlinux.org
Sat Apr 11 19:27:28 UTC 2009
Date: Saturday, April 11, 2009 @ 15:27:27
Author: jgc
Revision: 35269
Merged revisions 356,35268 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
........
Modified:
libdatrie/repos/extra-x86_64/ (properties)
libdatrie/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Property changes on: libdatrie/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
- /libdatrie/trunk:1
+ /libdatrie/trunk:1-35268
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2009-04-11 19:27:13 UTC (rev 35268)
+++ extra-x86_64/PKGBUILD 2009-04-11 19:27:27 UTC (rev 35269)
@@ -3,7 +3,7 @@
# Contributor: Chaiwat Suttipongsakul <cwt114 at gmail.com>
pkgname=libdatrie
-pkgver=0.1.2
+pkgver=0.1.4
pkgrel=1.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=('4f8d3338f7a9973bb8952a876096bc40')
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