Date: Tuesday, March 27, 2018 @ 22:31:52
  Author: foutrelis
Revision: 320443

archrelease: copy trunk to staging-x86_64

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

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

Copied: m17n-lib/repos/staging-x86_64/PKGBUILD (from rev 320442, 
m17n-lib/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2018-03-27 22:31:52 UTC (rev 320443)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bis...@archlinux.org>
+# Contributor: Camille Moncelier <p...@devlife.org>
+
+pkgname=m17n-lib
+pkgver=1.8.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";)
+sha256sums=('78bacae7451822dfff62482ce4f9433c5ae82846e4c64b590541e29e800fe64a')
+
+build() {
+       cd ${pkgname}-${pkgver}
+       ./configure --prefix=/usr
+       make
+}
+
+package() {
+       cd ${pkgname}-${pkgver}
+       make DESTDIR="${pkgdir}" install
+}

Reply via email to