diff options
author | Deposite Pirate | 2018-09-16 18:48:36 +0200 |
---|---|---|
committer | Deposite Pirate | 2018-09-16 18:48:36 +0200 |
commit | d150a5f3e462fa7fe194a805a4aa0076f4d03ab9 (patch) | |
tree | ce5e44d69c5f3175bfdbd1e3717b52c5dcca5638 /compat/compat_wireless | |
parent | f29d3519ce073ec30f99754d93304324f7f26d65 (diff) |
Add ports.
Diffstat (limited to 'compat/compat_wireless')
-rwxr-xr-x | compat/compat_wireless/compat_wireless.build | 57 | ||||
-rw-r--r-- | compat/compat_wireless/wireless_tools-30.pre9-nowhine.patch.xz | bin | 0 -> 300 bytes | |||
-rw-r--r-- | compat/compat_wireless/wireless_tools-30.pre9-slackware.patch.xz | bin | 0 -> 6988 bytes |
3 files changed, 57 insertions, 0 deletions
diff --git a/compat/compat_wireless/compat_wireless.build b/compat/compat_wireless/compat_wireless.build new file mode 100755 index 0000000..1b81b9d --- /dev/null +++ b/compat/compat_wireless/compat_wireless.build @@ -0,0 +1,57 @@ +#!/bin/bash +# +# Maintainer: Deposite Pirate <ofni.sknuplatem@etaripd> + +source /usr/src/ports/Build/build.sh + +NAME=compat_wireless +VERSION=30pre7 +BUILD=6 + +# Description + +cat > ${PKG}/install/slack-desc <<EOF +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + +$(padd)|-----handy-ruler------------------------------------------------------| +${NAME}: wireless_tools (utilities for wireless networking) +${NAME}: +${NAME}: This package contains tools and a library used for configuring +${NAME}: wireless networking interfaces: +${NAME}: iwconfig (the main wireless tool), iwlist (display more detailed +${NAME}: information than iwconfig), iwspy (get stats per MAC address and +${NAME}: more), iwpriv (set driver private ioctls), iwgetid (show the ESSID +${NAME}: or NWID of a device), iwevent (display wireless events), ifrename +${NAME}: (rename a network interface). +${NAME}: +${NAME}: These tools are obsolete and are replaced by 'iw'. +EOF + +# Sources + +SRCNAME[0]=wireless_tools +SRCVERS[0]=30.pre9 +SRCROOT[0]=${SRCNAME[0]}.30 +SRCPACK[0]=http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/${SRCNAME[0]}.${SRCVERS[0]}.tar.gz +SRCCOPY[0]="GPL2" + +build0() +{ +make ${JOBS} CFLAGS="${FLAGS}" PREFIX="/usr" +make install \ + PREFIX="${PKG}/usr" \ + INSTALL_DIR="${PKG}/usr/sbin" \ + INSTALL_LIB="${PKG}/usr/lib$(libdirsuffix)" +install.dat doinst.sh ${PKG}/install +install.dir ${PKG}/etc/rc.d +install.bin rc.wireless ${PKG}/etc/rc.d/rc.wireless.new +install -m 0600 rc.wireless.conf ${PKG}/etc/rc.d/rc.wireless.conf.new +# Don't include man pages in other languages +rm -rf \ + ${PKG}${SYS_DIR[man]}/{cs,fr.ISO8859-1,fr.UTF-8} +} diff --git a/compat/compat_wireless/wireless_tools-30.pre9-nowhine.patch.xz b/compat/compat_wireless/wireless_tools-30.pre9-nowhine.patch.xz Binary files differnew file mode 100644 index 0000000..d1424e3 --- /dev/null +++ b/compat/compat_wireless/wireless_tools-30.pre9-nowhine.patch.xz diff --git a/compat/compat_wireless/wireless_tools-30.pre9-slackware.patch.xz b/compat/compat_wireless/wireless_tools-30.pre9-slackware.patch.xz Binary files differnew file mode 100644 index 0000000..4713944 --- /dev/null +++ b/compat/compat_wireless/wireless_tools-30.pre9-slackware.patch.xz |