[Lunar-commits] <moonbase-other> libftdi1: Userspace access to FTDI USB interface chips (new major version

Stefan Wold ratler at lunar-linux.org
Sun Nov 3 01:51:35 CET 2013


commit 44686b83f451c830a0bb1b82d6a3aac228c33471
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Tue, 08 Oct 2013 10:19:01 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/44686b83f451c830a0bb1b82d6a3aac228c33471

libftdi1: Userspace access to FTDI USB interface chips (new major version
---
  devel/libftdi1/BUILD   | +1/-0     
  devel/libftdi1/DEPENDS | +6/-0     
  devel/libftdi1/DETAILS | +19/-0    
  3 files changed, 26 insertions(+)

--- /dev/null
+++ b/devel/libftdi1/BUILD
@@ -0,0 +1 @@
+default_cmake_build
--- /dev/null
+++ b/devel/libftdi1/DEPENDS
@@ -0,0 +1,6 @@
+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"
+optional_depends confuse "-DFTDI_EEPROM=ON" "-DFTDI_EEPROM=OFF" "Build ftdi_eeprom"
--- /dev/null
+++ b/devel/libftdi1/DETAILS
@@ -0,0 +1,19 @@
+          MODULE=libftdi1
+         VERSION=1.0
+          SOURCE=${MODULE}-${VERSION}.tar.bz2
+      SOURCE_URL=http://www.intra2net.com/en/developer/libftdi/download
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+      SOURCE_VFY=sha1:5be76cfd7cd36c5291054638f7caf4137303386f
+        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