Date: Saturday, February 17, 2018 @ 10:19:18
  Author: arojas
Revision: 317200

archrelease: copy trunk to testing-any

Added:
  m17n-db/repos/testing-any/
  m17n-db/repos/testing-any/PKGBUILD
    (from rev 317199, m17n-db/trunk/PKGBUILD)

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

Copied: m17n-db/repos/testing-any/PKGBUILD (from rev 317199, 
m17n-db/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD                                (rev 0)
+++ testing-any/PKGBUILD        2018-02-17 10:19:18 UTC (rev 317200)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Gaetan Bisson <[email protected]>
+# Contributor: damir <[email protected]>
+# Contributor: Camille Moncelier <[email protected]>
+
+pkgname=m17n-db
+pkgver=1.8.0
+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";)
+sha256sums=('657f23835b6655e7a63a362bac66260454ee356da4855eadb9366911d33fdc6d')
+
+build() {
+       cd ${pkgname}-${pkgver}
+       ./configure --prefix=/usr
+       make
+}
+
+package() {
+       cd ${pkgname}-${pkgver}
+       make DESTDIR="${pkgdir}" install
+}

Reply via email to