From cb862fb5b159682ddd7b9565004b5ee6aa8873c0 Mon Sep 17 00:00:00 2001 From: Dennis Veatch Date: Fri, 13 Jul 2012 05:46:36 -0400 Subject: [PATCH] libieee1284: Readding to moonbase. --- libs/libieee1284/DEPENDS | 1 + libs/libieee1284/DETAILS | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 libs/libieee1284/DEPENDS create mode 100644 libs/libieee1284/DETAILS diff --git a/libs/libieee1284/DEPENDS b/libs/libieee1284/DEPENDS new file mode 100644 index 00000000000..7d03d17121c --- /dev/null +++ b/libs/libieee1284/DEPENDS @@ -0,0 +1 @@ +depends Python diff --git a/libs/libieee1284/DETAILS b/libs/libieee1284/DETAILS new file mode 100644 index 00000000000..32aff5b9595 --- /dev/null +++ b/libs/libieee1284/DETAILS @@ -0,0 +1,14 @@ + MODULE=libieee1284 + VERSION=0.2.11 + SOURCE=$MODULE-$VERSION.tar.bz2 + SOURCE_URL=$SFORGE_URL/$MODULE/ + SOURCE_VFY=sha1:600e6f8a5c79b435ee81df3618cd82e2b74812de + WEB_SITE=http://cyberelk.net/tim/software/libieee1284/ + ENTERED=20090128 + UPDATED=20090128 + SHORT="a parallel port library" +cat << EOF +This library is intended to be used by applications that need to communicate +with (or at least identify) devices that are attached via a parallel port. It +is written under the GNU General Public License. +EOF