[arch-commits] Commit in m17n-db/repos/extra-any (PKGBUILD PKGBUILD)
Gaetan Bisson
bisson at archlinux.org
Mon Oct 17 07:25:12 UTC 2011
Date: Monday, October 17, 2011 @ 03:25:12
Author: bisson
Revision: 140553
archrelease: copy trunk to extra-any
Added:
m17n-db/repos/extra-any/PKGBUILD
(from rev 140552, m17n-db/trunk/PKGBUILD)
Deleted:
m17n-db/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 51 ++++++++++++++++++++++++++-------------------------
1 file changed, 26 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2011-10-17 07:24:52 UTC (rev 140552)
+++ PKGBUILD 2011-10-17 07:25:12 UTC (rev 140553)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: damir <damir at archlinux.org>
-# Contributor: Camille Moncelier <pix at devlife.org>
-
-pkgname=m17n-db
-pkgver=1.6.2
-pkgrel=1
-pkgdesc='A 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=('086a8a0b98909dd08bd80b55819d2842052b69bd')
-
-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 140552, m17n-db/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2011-10-17 07:25:12 UTC (rev 140553)
@@ -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.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
+}
More information about the arch-commits
mailing list