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

Gaetan Bisson bisson at archlinux.org
Wed Nov 28 06:11:08 UTC 2012


    Date: Wednesday, November 28, 2012 @ 01:11:07
  Author: bisson
Revision: 172094

archrelease: copy trunk to testing-any

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

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

Copied: m17n-db/repos/testing-any/PKGBUILD (from rev 172093, m17n-db/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2012-11-28 06:11:07 UTC (rev 172094)
@@ -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.6.4
+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")
+sha1sums=('756fd10b8d7fe66a14350443f307bcf95347c695')
+
+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