blob: 208c839a7238510a92b0979ad639d58fba07a977 (
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_=d1d2e626c4f947f1652e71487c15c949
|