[arch-commits] Commit in tcp-wrappers/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Sun Oct 2 13:46:28 UTC 2016


    Date: Sunday, October 2, 2016 @ 13:46:28
  Author: alucryd
Revision: 191213

upgpkg: tcp-wrappers 7.6.24-3

Includes should be with the lib

Modified:
  tcp-wrappers/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-02 13:42:26 UTC (rev 191212)
+++ PKGBUILD	2016-10-02 13:46:28 UTC (rev 191213)
@@ -8,7 +8,7 @@
 pkgbase=tcp-wrappers
 pkgname=('libwrap' 'tcp-wrappers')
 pkgver=7.6.24
-pkgrel=2
+pkgrel=3
 pkgdesc='Monitors and Controls incoming TCP connections'
 arch=('i686' 'x86_64')
 url='ftp://ftp.porcupine.org/pub/security/index.html'
@@ -55,6 +55,7 @@
 
   cd tcp_wrappers_${pkgver%.*}
 
+  install -Dm 644 tcpd.h -t "${pkgdir}"/usr/include/
   install -Dm 644 shared/libwrap.so.0.${pkgver%.*} -t "${pkgdir}"/usr/lib/
   ln -s libwrap.so.0.${pkgver%.*} "${pkgdir}"/usr/lib/libwrap.so.0
   ln -s libwrap.so.0 "${pkgdir}"/usr/lib/libwrap.so
@@ -72,7 +73,6 @@
   cd tcp_wrappers_${pkgver%.*}
 
   install -Dm 755 safe_finger tcpd tcpdchk tcpdmatch try-from -t "${pkgdir}"/usr/bin/
-  install -Dm 644 tcpd.h -t "${pkgdir}"/usr/include/
   install -Dm 644 *.3 -t "${pkgdir}"/usr/share/man/man3/
   install -Dm 644 *.5 -t "${pkgdir}"/usr/share/man/man5/
   install -Dm 644 *.8 -t "${pkgdir}"/usr/share/man/man8/



More information about the arch-commits mailing list