[Lunar-commits] <moonbase-other> libftdi: Userspace access to FTDI USB interface chips
Stefan Wold
ratler at lunar-linux.org
Sun Nov 3 01:51:34 CET 2013
commit f04f680023976c29d4499d562107f27c58b2071b
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Tue, 08 Oct 2013 10:18:44 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/f04f680023976c29d4499d562107f27c58b2071b
libftdi: Userspace access to FTDI USB interface chips
---
devel/libftdi/BUILD | +1/-0
devel/libftdi/DEPENDS | +5/-0
devel/libftdi/DETAILS | +19/-0
3 files changed, 25 insertions(+)
--- /dev/null
+++ b/devel/libftdi/BUILD
@@ -0,0 +1 @@
+default_cmake_build
--- /dev/null
+++ b/devel/libftdi/DEPENDS
@@ -0,0 +1,5 @@
+depends libusb
+depends pkgconfig
+depends cmake
+optional_depends boost "-DFTDIPP=ON" "-DFTDIPP=OFF" "Build C++ binding library libftdi1++"
+optional_depends Python "-DPYTHON_BINDINGS=ON" "-DPYTHON_BINDINGS=OFF" "Build Python bindings"
--- /dev/null
+++ b/devel/libftdi/DETAILS
@@ -0,0 +1,19 @@
+ MODULE=libftdi
+ VERSION=0.20
+ SOURCE=${MODULE}-${VERSION}.tar.gz
+ SOURCE_URL=http://www.intra2net.com/en/developer/libftdi/download
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_VFY=sha1:4bc6ce70c98a170ada303fbd00b8428d8a2c1aa2
+ WEB_SITE="http://www.intra2net.com/en/developer/libftdi/"
+ ENTERED=20131008
+ UPDATED=20131008
+ SHORT="Userspace access to FTDI USB interface chips"
+cat <<EOF
+libFTDI is an open source library to talk to FTDI chips: FT232BM,
+FT245BM, FT2232C, FT2232D, FT245R and FT232H including the popular
+bitbang mode. The library is linked with your program in userspace,
+no kernel driver required.
+
+libFTDI works perfectly with Linux, Windows, MacOS X and BSD variants
+thanks to libusb.
+EOF
More information about the Lunar-commits
mailing list