[arch-commits] Commit in libdatrie/repos (4 files)

Jan de Groot jgc at archlinux.org
Mon Nov 7 09:16:13 UTC 2011


    Date: Monday, November 7, 2011 @ 04:16:13
  Author: jgc
Revision: 142248

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libdatrie/repos/extra-i686/PKGBUILD
    (from rev 142247, libdatrie/trunk/PKGBUILD)
  libdatrie/repos/extra-x86_64/PKGBUILD
    (from rev 142247, libdatrie/trunk/PKGBUILD)
Deleted:
  libdatrie/repos/extra-i686/PKGBUILD
  libdatrie/repos/extra-x86_64/PKGBUILD

-----------------------+
 extra-i686/PKGBUILD   |   48 ++++++++++++++++++++++++++----------------------
 extra-x86_64/PKGBUILD |   48 ++++++++++++++++++++++++++----------------------
 2 files changed, 52 insertions(+), 44 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2011-11-07 09:15:45 UTC (rev 142247)
+++ extra-i686/PKGBUILD	2011-11-07 09:16:13 UTC (rev 142248)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Chaiwat Suttipongsakul <cwt114 at gmail.com>
-
-pkgname=libdatrie
-pkgver=0.2.4
-pkgrel=1
-pkgdesc="Implementation of double-array structure for representing trie, as proposed by Junichi Aoe."
-url="http://linux.thai.net/~thep/datrie/datrie.html"
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('glibc')
-options=('!libtool' '!emptydirs')
-source=(http://linux.thai.net/pub/thailinux/software/libthai/${pkgname}-${pkgver}.tar.gz)
-md5sums=('7f7d592114f98db9e4c7171c3f2befc5')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --disable-static
-  make
-  make DESTDIR="${pkgdir}" install
-}

Copied: libdatrie/repos/extra-i686/PKGBUILD (from rev 142247, libdatrie/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2011-11-07 09:16:13 UTC (rev 142248)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Chaiwat Suttipongsakul <cwt114 at gmail.com>
+
+pkgname=libdatrie
+pkgver=0.2.5
+pkgrel=1
+pkgdesc="Implementation of double-array structure for representing trie, as proposed by Junichi Aoe."
+url="http://linux.thai.net/projects/datrie"
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('glibc')
+options=('!libtool' '!emptydirs')
+source=(http://linux.thai.net/pub/thailinux/software/libthai/${pkgname}-${pkgver}.tar.gz)
+md5sums=('c9b057d07198d66e1ac2eff32937d3d4')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2011-11-07 09:15:45 UTC (rev 142247)
+++ extra-x86_64/PKGBUILD	2011-11-07 09:16:13 UTC (rev 142248)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Chaiwat Suttipongsakul <cwt114 at gmail.com>
-
-pkgname=libdatrie
-pkgver=0.2.4
-pkgrel=1
-pkgdesc="Implementation of double-array structure for representing trie, as proposed by Junichi Aoe."
-url="http://linux.thai.net/~thep/datrie/datrie.html"
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('glibc')
-options=('!libtool' '!emptydirs')
-source=(http://linux.thai.net/pub/thailinux/software/libthai/${pkgname}-${pkgver}.tar.gz)
-md5sums=('7f7d592114f98db9e4c7171c3f2befc5')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --disable-static
-  make
-  make DESTDIR="${pkgdir}" install
-}

Copied: libdatrie/repos/extra-x86_64/PKGBUILD (from rev 142247, libdatrie/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2011-11-07 09:16:13 UTC (rev 142248)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Chaiwat Suttipongsakul <cwt114 at gmail.com>
+
+pkgname=libdatrie
+pkgver=0.2.5
+pkgrel=1
+pkgdesc="Implementation of double-array structure for representing trie, as proposed by Junichi Aoe."
+url="http://linux.thai.net/projects/datrie"
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('glibc')
+options=('!libtool' '!emptydirs')
+source=(http://linux.thai.net/pub/thailinux/software/libthai/${pkgname}-${pkgver}.tar.gz)
+md5sums=('c9b057d07198d66e1ac2eff32937d3d4')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list