summaryrefslogtreecommitdiffstats
path: root/ham/libax25/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'ham/libax25/DETAILS')
-rwxr-xr-xham/libax25/DETAILS18
1 files changed, 18 insertions, 0 deletions
diff --git a/ham/libax25/DETAILS b/ham/libax25/DETAILS
new file mode 100755
index 0000000000..d8201925e1
--- /dev/null
+++ b/ham/libax25/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=libax25
+ VERSION=0.0.11
+ SOURCE=${SPELL}-$VERSION.tar.gz
+ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=${SOURCEFORGE_URL}/ax25/${SOURCE}
+ WEB_SITE=http://ax25.sourceforge.net/
+ ENTERED=20020731
+ UPDATED=20020731
+ LICENSE=GPL
+ MD5=fee2f08ca973c2df44c5390b9f051cec
+ SHORT="Libraries for AX.25"
+ MAINTAINER=afrayedknot@thefrayedknot.armory.com
+cat << EOF
+There is a library that can be used by other programs to do all the low
+level stuff that you need to talk to the kernel. The idea is that the
+API of the library stays the same as much as possible even if the kernel
+changes. It also allows things like name to address translation to occur.
+EOF