[arch-commits] Commit in m17n-db/repos (testing-any testing-any/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Feb 17 10:19:19 UTC 2018


    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 <bisson at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+# Contributor: Camille Moncelier <pix at devlife.org>
+
+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
+}



More information about the arch-commits mailing list