From 739c65c54cb0e957df5e9b76f93fb02554e5cac3 Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 4 May 2022 23:52:30 +0100 Subject: moved everything to new file formatting --- repo/util/inetutils.xibuild | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 repo/util/inetutils.xibuild (limited to 'repo/util/inetutils.xibuild') diff --git a/repo/util/inetutils.xibuild b/repo/util/inetutils.xibuild deleted file mode 100644 index 6e7ed88..0000000 --- a/repo/util/inetutils.xibuild +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/sh - -MAKEDEPS="make utmps" -DEPS="pam libcap readline ncurses libxcrypt iana-etc net-tools" - -PKG_VER=2.2 -SOURCE=https://ftp.gnu.org/gnu/inetutils/inetutils-$PKG_VER.tar.xz -DESC="A collection of common programs for basic networking" - -prepare () { - sed -i 's|_GL_WARN_ON_USE (gets|//_GL_WARN_ON_USE (gets|' lib/stdio.in.h - echo '#define PATH_PROCNET_DEV "/proc/net/dev"' >> ifconfig/system/linux.h - sed -i 's|port : "whois"|port : "nicname"|' whois/whois.c - - # this might need to be changed in include/utmpx.h instead - sed -i '35s/char/char const/g' libinetutils/logwtmpko.c - touch man/whois.1 -} - -build () { - ./configure --prefix=/usr --disable-rcp --disable-rlogin --disable-rlogind --disable-rsh --disable-rshd --disable-talk --disable-talkd - make -} - -package () { - make DESTDIR=$PKG_DEST install - rm $PKG_DEST/usr/bin/hostname - chmod u+s $PKG_DEST/usr/bin/ping -} -- cgit v1.2.1