[arch-commits] Commit in enca/repos (4 files)

Antonio Rojas arojas at archlinux.org
Fri Feb 19 23:01:40 UTC 2016


    Date: Saturday, February 20, 2016 @ 00:01:39
  Author: arojas
Revision: 260018

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  enca/repos/testing-i686/
  enca/repos/testing-i686/PKGBUILD
    (from rev 260017, enca/trunk/PKGBUILD)
  enca/repos/testing-x86_64/
  enca/repos/testing-x86_64/PKGBUILD
    (from rev 260017, enca/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: enca/repos/testing-i686/PKGBUILD (from rev 260017, enca/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-02-19 23:01:39 UTC (rev 260018)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Filip Dvorak <fila at pruda.com>
+
+pkgname=enca
+pkgver=1.18
+pkgrel=1
+pkgdesc="Charset analyser and converter"
+arch=('i686' 'x86_64')
+url="http://cihar.com/software/enca/"
+license=('GPL')
+depends=('recode')
+options=('!docs')
+source=("http://dl.cihar.com/${pkgname}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('a139a6ba811c375f50947f9c547b3306')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+              --libexecdir=/usr/lib \
+              --mandir=/usr/share/man \
+              --with-librecode=/usr \
+              --enable-external
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: enca/repos/testing-x86_64/PKGBUILD (from rev 260017, enca/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-02-19 23:01:39 UTC (rev 260018)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Filip Dvorak <fila at pruda.com>
+
+pkgname=enca
+pkgver=1.18
+pkgrel=1
+pkgdesc="Charset analyser and converter"
+arch=('i686' 'x86_64')
+url="http://cihar.com/software/enca/"
+license=('GPL')
+depends=('recode')
+options=('!docs')
+source=("http://dl.cihar.com/${pkgname}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('a139a6ba811c375f50947f9c547b3306')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+              --libexecdir=/usr/lib \
+              --mandir=/usr/share/man \
+              --with-librecode=/usr \
+              --enable-external
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list