[arch-commits] Commit in m17n-lib/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Gaëtan Bisson bisson at archlinux.org
Thu Feb 8 23:05:20 UTC 2018


    Date: Thursday, February 8, 2018 @ 23:05:19
  Author: bisson
Revision: 316491

archrelease: copy trunk to staging-x86_64

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

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Copied: m17n-lib/repos/staging-x86_64/PKGBUILD (from rev 316490, m17n-lib/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2018-02-08 23:05:19 UTC (rev 316491)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Camille Moncelier <pix at devlife.org>
+
+pkgname=m17n-lib
+pkgver=1.7.0
+pkgrel=2
+pkgdesc='Multilingual text processing library (runtimes)'
+url='http://www.nongnu.org/m17n/'
+arch=('x86_64')
+license=('GPL')
+depends=('libxft' 'm17n-db' 'fribidi' 'libxml2' 'gd' 'libotf')
+optdepends=('anthy: to use the anthy input method')
+options=('!makeflags' '!emptydirs')
+validpgpkeys=('D68584F9B40A6502FD7C53015F592A4029890630')
+source=("http://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha256sums=('8eb853e1e0c86a70a09871f3264f950e5d62bba98960b3ffcde11511c138db83'
+            'SKIP')
+
+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