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

Eric Bélanger eric at archlinux.org
Tue Oct 11 22:46:56 UTC 2011


    Date: Tuesday, October 11, 2011 @ 18:46:55
  Author: eric
Revision: 140384

upgpkg: inetutils 1.8-6

Update license to GPL3, Set sysconfigdir to /etc (FS#26393)

Modified:
  inetutils/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-10-11 21:53:20 UTC (rev 140383)
+++ PKGBUILD	2011-10-11 22:46:55 UTC (rev 140384)
@@ -3,11 +3,11 @@
 
 pkgname=inetutils
 pkgver=1.8
-pkgrel=5
+pkgrel=6
 pkgdesc="A collection of common network programs"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/inetutils/"
-license=('GPL')
+license=('GPL3')
 groups=('base')
 depends=('readline' 'ncurses' 'pam')
 provides=('netkit-ftp' 'netkit-rsh' 'netkit-telnet' 'netkit-ntalk')
@@ -35,7 +35,7 @@
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --libexec=/usr/sbin --localstatedir=/var \
-    --mandir=/usr/share/man --infodir=/usr/share/info \
+    --sysconfdir=/etc --mandir=/usr/share/man --infodir=/usr/share/info \
     --without-wrap --with-pam \
     --enable-ftp --enable-ftpd \
     --enable-telnet --enable-telnetd \




More information about the arch-commits mailing list