diff options
author | root <root@rshg054.dnsready.net> | 2011-10-15 23:14:29 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-10-15 23:14:29 +0000 |
commit | 8fd7bc607a8e4b26853b4263153a736767b163cd (patch) | |
tree | 0ce4c6dc95dd97a16e544cc72db4e90973588f4c /core/inetutils/PKGBUILD | |
parent | 4232b74445f80f4175c1485a53a02c79b37a63f1 (diff) |
Sat Oct 15 23:14:29 UTC 2011
Diffstat (limited to 'core/inetutils/PKGBUILD')
-rw-r--r-- | core/inetutils/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/inetutils/PKGBUILD b/core/inetutils/PKGBUILD index be383a4e1..ebf19d1ce 100644 --- a/core/inetutils/PKGBUILD +++ b/core/inetutils/PKGBUILD @@ -1,13 +1,13 @@ -# $Id: PKGBUILD 139637 2011-10-04 00:28:34Z eric $ +# $Id: PKGBUILD 140458 2011-10-14 20:15:14Z eric $ # Maintainer: Eric BĂ©langer <eric@archlinux.org> 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 @@ sha1sums=('598445859b511f73681e4d74a41d65cd6ae0f83e' 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 \ |