blob: 22855f3d6fe685a81b12e9f338142e996ebef9b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DEFINED_PHASES=configure install prepare
DEPEND=virtual/libusb:0 cxx? ( dev-libs/boost ) python? ( dev-lang/python ) python? ( dev-lang/swig ) doc? ( app-doc/doxygen )
DESCRIPTION=Userspace access to FTDI USB interface chips
EAPI=2
HOMEPAGE=http://www.intra2net.com/en/developer/libftdi/
IUSE=cxx doc examples python static-libs
KEYWORDS=amd64 arm ppc ppc64 sparc x86
LICENSE=LGPL-2
RDEPEND=virtual/libusb:0 cxx? ( dev-libs/boost ) python? ( dev-lang/python )
SLOT=0
SRC_URI=http://www.intra2net.com/en/developer/libftdi/download/libftdi-0.19.tar.gz
_eclass_exported_funcs=src_prepare:- src_configure:- src_install:-
_md5_=4739aad1da3d98c1cc0cf295ee044efa
|