From 48ca75555522716f0f686dcae3dd6cf3d8ad714d Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 31 May 2022 11:05:19 +0100 Subject: removed idea of repos --- repo/util/wireless-tools/wireless-tools.xibuild | 28 ------------------------- 1 file changed, 28 deletions(-) delete mode 100644 repo/util/wireless-tools/wireless-tools.xibuild (limited to 'repo/util/wireless-tools/wireless-tools.xibuild') diff --git a/repo/util/wireless-tools/wireless-tools.xibuild b/repo/util/wireless-tools/wireless-tools.xibuild deleted file mode 100644 index dc7e19f..0000000 --- a/repo/util/wireless-tools/wireless-tools.xibuild +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/sh - -MAKEDEPS="make" -DEPS="" - -PKG_VER=29 -SOURCE=https://hewlettpackard.github.io/wireless-tools/wireless_tools.$PKG_VER.tar.gz -DESC="Tools allowing to manipulate the Wireless Extensions" - -ADDITIONAL=" - https://www.linuxfromscratch.org/patches/blfs/svn/wireless_tools-$PKG_VER-fix_iwlist_scanning-1.patch - " - -prepare () { - sed -i "s/ldconfig/echo/g" Makefile - sed -i "s/ln -sfn/ln -sf/g" Makefile - patch -Np1 -i wireless_tools-$PKG_VER-fix_iwlist_scanning-1.patch -} - -build () { - make -} - -package () { - make PREFIX=$PKG_DEST/usr INSTALL_MAN=$PKG_DEST/usr/share/man install -} - - -- cgit v1.2.1