mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
updated hamlib linux binaries
hopefully this is a portable version...
This commit is contained in:
parent
2157130f69
commit
cd757f3ca3
7 changed files with 2938 additions and 0 deletions
2894
tnc/lib/hamlib/linux/python3.8/site-packages/Hamlib.py
Normal file
2894
tnc/lib/hamlib/linux/python3.8/site-packages/Hamlib.py
Normal file
File diff suppressed because it is too large
Load diff
3
tnc/lib/hamlib/linux/python3.8/site-packages/README.md
Normal file
3
tnc/lib/hamlib/linux/python3.8/site-packages/README.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# Hamlib Python binding
|
||||||
|
|
||||||
|
we need to copy "libhamlib.so.4.0.4" from build_dir/lib/ to this path, rename it to "libhamlib.so.4 and add it to source directory of tnc and daemon binary
|
BIN
tnc/lib/hamlib/linux/python3.8/site-packages/_Hamlib.a
Normal file
BIN
tnc/lib/hamlib/linux/python3.8/site-packages/_Hamlib.a
Normal file
Binary file not shown.
41
tnc/lib/hamlib/linux/python3.8/site-packages/_Hamlib.la
Executable file
41
tnc/lib/hamlib/linux/python3.8/site-packages/_Hamlib.la
Executable file
|
@ -0,0 +1,41 @@
|
||||||
|
# _Hamlib.la - a libtool library file
|
||||||
|
# Generated by libtool (GNU libtool) 2.4.6 Debian-2.4.6-9
|
||||||
|
#
|
||||||
|
# Please DO NOT delete this file!
|
||||||
|
# It is necessary for linking the library.
|
||||||
|
|
||||||
|
# The name that we can dlopen(3).
|
||||||
|
dlname='_Hamlib.so'
|
||||||
|
|
||||||
|
# Names of this library.
|
||||||
|
library_names='_Hamlib.so _Hamlib.so _Hamlib.so'
|
||||||
|
|
||||||
|
# The name of the static archive.
|
||||||
|
old_library='_Hamlib.a'
|
||||||
|
|
||||||
|
# Linker flags that cannot go in dependency_libs.
|
||||||
|
inherited_linker_flags=' -pthread'
|
||||||
|
|
||||||
|
# Libraries that this one depends upon.
|
||||||
|
dependency_libs=' /home/dj2ls/hamlib4.4/lib/libhamlib.la -ldl -lm -lusb-1.0 -L/usr/lib -lpython3.8'
|
||||||
|
|
||||||
|
# Names of additional weak libraries provided by this library
|
||||||
|
weak_library_names=''
|
||||||
|
|
||||||
|
# Version information for _Hamlib.
|
||||||
|
current=0
|
||||||
|
age=0
|
||||||
|
revision=0
|
||||||
|
|
||||||
|
# Is this an already installed library?
|
||||||
|
installed=yes
|
||||||
|
|
||||||
|
# Should we warn about portability when linking against -modules?
|
||||||
|
shouldnotlink=yes
|
||||||
|
|
||||||
|
# Files to dlopen/dlpreopen
|
||||||
|
dlopen=''
|
||||||
|
dlpreopen=''
|
||||||
|
|
||||||
|
# Directory that this library needs to be installed in:
|
||||||
|
libdir='/home/dj2ls/hamlib4.4/lib/python3.8/site-packages'
|
BIN
tnc/lib/hamlib/linux/python3.8/site-packages/_Hamlib.so
Executable file
BIN
tnc/lib/hamlib/linux/python3.8/site-packages/_Hamlib.so
Executable file
Binary file not shown.
BIN
tnc/lib/hamlib/linux/python3.8/site-packages/libhamlib.so.4
Executable file
BIN
tnc/lib/hamlib/linux/python3.8/site-packages/libhamlib.so.4
Executable file
Binary file not shown.
BIN
tnc/lib/hamlib/linux/python3.8/site-packages/libhamlib.so.4.0.4
Executable file
BIN
tnc/lib/hamlib/linux/python3.8/site-packages/libhamlib.so.4.0.4
Executable file
Binary file not shown.
Loading…
Reference in a new issue