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

Gaetan Bisson bisson at nymeria.archlinux.org
Thu Jul 4 10:36:43 UTC 2013


    Date: Thursday, July 4, 2013 @ 12:36:41
  Author: bisson
Revision: 189663

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

Added:
  m17n-lib/repos/staging-i686/
  m17n-lib/repos/staging-i686/PKGBUILD
    (from rev 189662, m17n-lib/trunk/PKGBUILD)
  m17n-lib/repos/staging-x86_64/
  m17n-lib/repos/staging-x86_64/PKGBUILD
    (from rev 189662, m17n-lib/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: m17n-lib/repos/staging-i686/PKGBUILD (from rev 189662, m17n-lib/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2013-07-04 10:36:41 UTC (rev 189663)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Camille Moncelier <pix at devlife.org>
+
+pkgname=m17n-lib
+pkgver=1.6.4
+pkgrel=2
+pkgdesc='Multilingual text processing library (runtimes)'
+url='http://www.nongnu.org/m17n/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libxft' 'm17n-db' 'fribidi' 'libxml2' 'gd' 'libotf')
+optdepends=('anthy: to use the anthy input method')
+options=('!makeflags' '!libtool' '!emptydirs')
+source=("http://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('83f2fc4facfd70a580bb95d9381eac7472d85171')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	./configure --prefix=/usr --enable-static=no
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}

Copied: m17n-lib/repos/staging-x86_64/PKGBUILD (from rev 189662, m17n-lib/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2013-07-04 10:36:41 UTC (rev 189663)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Camille Moncelier <pix at devlife.org>
+
+pkgname=m17n-lib
+pkgver=1.6.4
+pkgrel=2
+pkgdesc='Multilingual text processing library (runtimes)'
+url='http://www.nongnu.org/m17n/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libxft' 'm17n-db' 'fribidi' 'libxml2' 'gd' 'libotf')
+optdepends=('anthy: to use the anthy input method')
+options=('!makeflags' '!libtool' '!emptydirs')
+source=("http://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('83f2fc4facfd70a580bb95d9381eac7472d85171')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	./configure --prefix=/usr --enable-static=no
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list