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 <bis...@archlinux.org>
+# Contributor: damir <da...@archlinux.org>
+# Contributor: Camille Moncelier <p...@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
+}

Reply via email to