[arch-commits] Commit in m17n-db/repos (3 files)

Gaetan Bisson bisson at archlinux.org
Mon Dec 3 05:46:30 UTC 2012


    Date: Monday, December 3, 2012 @ 00:46:30
  Author: bisson
Revision: 172458

db-move: moved m17n-db from [testing] to [extra] (any)

Added:
  m17n-db/repos/extra-any/PKGBUILD
    (from rev 172456, m17n-db/repos/testing-any/PKGBUILD)
Deleted:
  m17n-db/repos/extra-any/PKGBUILD
  m17n-db/repos/testing-any/

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: extra-any/PKGBUILD
===================================================================
--- extra-any/PKGBUILD	2012-12-03 05:46:28 UTC (rev 172457)
+++ extra-any/PKGBUILD	2012-12-03 05:46:30 UTC (rev 172458)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: damir <damir at archlinux.org>
-# Contributor: Camille Moncelier <pix at devlife.org>
-
-pkgname=m17n-db
-pkgver=1.6.3
-pkgrel=1
-pkgdesc='Multilingual text processing library (database)'
-arch=('any')
-url='http://www.m17n.org/m17n-lib/'
-license=('GPL')
-depends=('glibc') # not because of compiling, but because of /usr/share/i18n/charmaps/ files that glibc provides
-source=("http://www.m17n.org/m17n-lib-download/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('01a090ceeed5a4830d9037daee5b7c4a7c27fdb5')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	./configure --prefix=/usr
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-}

Copied: m17n-db/repos/extra-any/PKGBUILD (from rev 172456, m17n-db/repos/testing-any/PKGBUILD)
===================================================================
--- extra-any/PKGBUILD	                        (rev 0)
+++ extra-any/PKGBUILD	2012-12-03 05:46:30 UTC (rev 172458)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+# Contributor: Camille Moncelier <pix at devlife.org>
+
+pkgname=m17n-db
+pkgver=1.6.4
+pkgrel=1
+pkgdesc='Multilingual text processing library (database)'
+url='http://www.nongnu.org/m17n/'
+arch=('any')
+license=('GPL')
+depends=('glibc') # not because of compiling, but because of /usr/share/i18n/charmaps/ files that glibc provides
+source=("http://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('756fd10b8d7fe66a14350443f307bcf95347c695')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list