diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-05-24 12:22:12 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-05-24 12:22:12 +0800 |
| commit | 46ca440e9d6cc606d9c3233021e32d24b25172cf (patch) | |
| tree | eeb573e47ac56498fbf74bda6d22fac47038ecab /repos/extra/wireless-tools | |
| parent | 8c2e7bb570c11a51fdcecf7302af4058757d862c (diff) | |
| download | alicelinux-46ca440e9d6cc606d9c3233021e32d24b25172cf.tar.gz alicelinux-46ca440e9d6cc606d9c3233021e32d24b25172cf.zip | |
added repos
Diffstat (limited to 'repos/extra/wireless-tools')
| -rw-r--r-- | repos/extra/wireless-tools/.files | 29 | ||||
| -rw-r--r-- | repos/extra/wireless-tools/build | 10 | ||||
| -rw-r--r-- | repos/extra/wireless-tools/info | 5 |
3 files changed, 44 insertions, 0 deletions
diff --git a/repos/extra/wireless-tools/.files b/repos/extra/wireless-tools/.files new file mode 100644 index 00000000..313746ab --- /dev/null +++ b/repos/extra/wireless-tools/.files @@ -0,0 +1,29 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/iwlib.h +-rw-r--r-- root/root usr/include/wireless.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libiw.so -> libiw.so.30 +-rwxr-xr-x root/root usr/lib/libiw.so.30 +drwxr-xr-x root/root usr/sbin/ +-rwxr-xr-x root/root usr/sbin/ifrename +-rwxr-xr-x root/root usr/sbin/iwconfig +-rwxr-xr-x root/root usr/sbin/iwevent +-rwxr-xr-x root/root usr/sbin/iwgetid +-rwxr-xr-x root/root usr/sbin/iwlist +-rwxr-xr-x root/root usr/sbin/iwpriv +-rwxr-xr-x root/root usr/sbin/iwspy +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man5/ +-rw-r--r-- root/root usr/share/man/man5/iftab.5.gz +drwxr-xr-x root/root usr/share/man/man7/ +-rw-r--r-- root/root usr/share/man/man7/wireless.7.gz +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/ifrename.8.gz +-rw-r--r-- root/root usr/share/man/man8/iwconfig.8.gz +-rw-r--r-- root/root usr/share/man/man8/iwevent.8.gz +-rw-r--r-- root/root usr/share/man/man8/iwgetid.8.gz +-rw-r--r-- root/root usr/share/man/man8/iwlist.8.gz +-rw-r--r-- root/root usr/share/man/man8/iwpriv.8.gz +-rw-r--r-- root/root usr/share/man/man8/iwspy.8.gz diff --git a/repos/extra/wireless-tools/build b/repos/extra/wireless-tools/build new file mode 100644 index 00000000..aa26da8f --- /dev/null +++ b/repos/extra/wireless-tools/build @@ -0,0 +1,10 @@ +# fix compiler flags, build shared library, don't run ldconfig +sed -i Makefile \ + -e "s|CFLAGS=|CFLAGS=$CFLAGS |" \ + -e "/^BUILD_STATIC/d" \ + -e "/ldconfig/d" + +make +make install \ + PREFIX=$PKG/usr \ + INSTALL_MAN=$PKG/usr/share/man diff --git a/repos/extra/wireless-tools/info b/repos/extra/wireless-tools/info new file mode 100644 index 00000000..269c749f --- /dev/null +++ b/repos/extra/wireless-tools/info @@ -0,0 +1,5 @@ +name=wireless-tools +n=$(echo $name | sed 's/-/_/') +version=30.pre9 +release=1 +source="https://hewlettpackard.github.io/$name/${n}.$version.tar.gz" |