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

Gaëtan Bisson bisson at archlinux.org
Mon Jun 19 14:46:17 UTC 2017


    Date: Monday, June 19, 2017 @ 14:46:16
  Author: bisson
Revision: 298974

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

Added:
  whois/repos/testing-i686/
  whois/repos/testing-i686/PKGBUILD
    (from rev 298973, whois/trunk/PKGBUILD)
  whois/repos/testing-x86_64/
  whois/repos/testing-x86_64/PKGBUILD
    (from rev 298973, whois/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   33 +++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

Copied: whois/repos/testing-i686/PKGBUILD (from rev 298973, whois/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-06-19 14:46:16 UTC (rev 298974)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=whois
+pkgver=5.2.16
+pkgrel=1
+pkgdesc="The whois client by Marco d'Itri"
+arch=('i686' 'x86_64')
+url="http://www.linux.it/~md/software/"
+license=('GPL')
+depends=('libidn')
+makedepends=('perl')
+backup=('etc/whois.conf')
+source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz")
+sha256sums=('e9d208b61ccea96b611e522d30fb753dbefed0d44cfabe346e1928690453fc3a')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make prefix=/usr \
+       CFLAGS="$CFLAGS $CPPFLAGS" \
+       CONFIG_FILE=/etc/whois.conf \
+       HAVE_LIBIDN=1 \
+       HAVE_ICONV=1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make prefix=/usr BASEDIR="${pkgdir}" install-whois
+  install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
+}

Copied: whois/repos/testing-x86_64/PKGBUILD (from rev 298973, whois/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-06-19 14:46:16 UTC (rev 298974)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=whois
+pkgver=5.2.16
+pkgrel=1
+pkgdesc="The whois client by Marco d'Itri"
+arch=('i686' 'x86_64')
+url="http://www.linux.it/~md/software/"
+license=('GPL')
+depends=('libidn')
+makedepends=('perl')
+backup=('etc/whois.conf')
+source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz")
+sha256sums=('e9d208b61ccea96b611e522d30fb753dbefed0d44cfabe346e1928690453fc3a')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make prefix=/usr \
+       CFLAGS="$CFLAGS $CPPFLAGS" \
+       CONFIG_FILE=/etc/whois.conf \
+       HAVE_LIBIDN=1 \
+       HAVE_ICONV=1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make prefix=/usr BASEDIR="${pkgdir}" install-whois
+  install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
+}



More information about the arch-commits mailing list