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

Antonio Rojas arojas at archlinux.org
Sat Mar 5 23:12:44 UTC 2016


    Date: Sunday, March 6, 2016 @ 00:12:44
  Author: arojas
Revision: 260983

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

Added:
  whois/repos/testing-i686/
  whois/repos/testing-i686/PKGBUILD
    (from rev 260982, whois/trunk/PKGBUILD)
  whois/repos/testing-x86_64/
  whois/repos/testing-x86_64/PKGBUILD
    (from rev 260982, 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 260982, whois/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-03-05 23:12:44 UTC (rev 260983)
@@ -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.11
+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")
+md5sums=('df870615563b23e2270ffc4f039290a1')
+
+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 260982, whois/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-03-05 23:12:44 UTC (rev 260983)
@@ -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.11
+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")
+md5sums=('df870615563b23e2270ffc4f039290a1')
+
+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