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/wireless-tools/wireless-tools.xibuild | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 repo/wireless-tools/wireless-tools.xibuild (limited to 'repo/wireless-tools/wireless-tools.xibuild') diff --git a/repo/wireless-tools/wireless-tools.xibuild b/repo/wireless-tools/wireless-tools.xibuild new file mode 100644 index 0000000..dc7e19f --- /dev/null +++ b/repo/wireless-tools/wireless-tools.xibuild @@ -0,0 +1,28 @@ +#!/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