diff options
author | jakllsch <jakllsch@pkgsrc.org> | 2010-10-23 15:26:46 +0000 |
---|---|---|
committer | jakllsch <jakllsch@pkgsrc.org> | 2010-10-23 15:26:46 +0000 |
commit | 8d18540a035926a91d03f7af2210159eb60a845f (patch) | |
tree | c40bddb7339a5f5d3bf942a528c3835fb4aecfa4 /devel/libftdi | |
parent | 616f01c8110e547da7b75ef650ec468d400dea17 (diff) | |
download | pkgsrc-8d18540a035926a91d03f7af2210159eb60a845f.tar.gz |
import libftdi package.
libFTDI is an open source library to talk to FTDI chips: FT232BM,
FT245BM, FT2232C, FT2232D and FT245R, 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.
Diffstat (limited to 'devel/libftdi')
-rw-r--r-- | devel/libftdi/DESCR | 7 | ||||
-rw-r--r-- | devel/libftdi/Makefile | 26 | ||||
-rw-r--r-- | devel/libftdi/PLIST | 5 | ||||
-rw-r--r-- | devel/libftdi/distinfo | 5 |
4 files changed, 43 insertions, 0 deletions
diff --git a/devel/libftdi/DESCR b/devel/libftdi/DESCR new file mode 100644 index 00000000000..9a175e1d121 --- /dev/null +++ b/devel/libftdi/DESCR @@ -0,0 +1,7 @@ +libFTDI is an open source library to talk to FTDI chips: FT232BM, +FT245BM, FT2232C, FT2232D and FT245R, 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. diff --git a/devel/libftdi/Makefile b/devel/libftdi/Makefile new file mode 100644 index 00000000000..57c9ed0e0f2 --- /dev/null +++ b/devel/libftdi/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/10/23 15:26:46 jakllsch Exp $ + +DISTNAME= libftdi-0.18 +CATEGORIES= devel +MASTER_SITES= http://www.intra2net.com/en/developer/libftdi/download/ + +MAINTAINER= jakllsch@NetBSD.org +HOMEPAGE= http://www.intra2net.com/en/developer/libftdi/ +COMMENT= userland driver library for FTDI USB chips +LICENSE= gnu-lgpl-v2.1 + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= pkg-config +USE_LANGUAGES= c c++ + +CONFIGURE_ARGS+= --without-examples +CONFIGURE_ARGS+= --without-docs + +PKGCONFIG_OVERRIDE+= libftdi.pc.in +PKGCONFIG_OVERRIDE+= libftdipp.pc.in + +.include "../../devel/libusb/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/libftdi/PLIST b/devel/libftdi/PLIST new file mode 100644 index 00000000000..27a74e4c535 --- /dev/null +++ b/devel/libftdi/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/10/23 15:26:46 jakllsch Exp $ +bin/libftdi-config +include/ftdi.h +lib/libftdi.la +lib/pkgconfig/libftdi.pc diff --git a/devel/libftdi/distinfo b/devel/libftdi/distinfo new file mode 100644 index 00000000000..812d17f0685 --- /dev/null +++ b/devel/libftdi/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/10/23 15:26:46 jakllsch Exp $ + +SHA1 (libftdi-0.18.tar.gz) = 52401db0e7cb90a5d83f82c2859a4f8d44e52579 +RMD160 (libftdi-0.18.tar.gz) = 0e8a9a2135a82bb4435678e91a952bf0757ce72d +Size (libftdi-0.18.tar.gz) = 398380 bytes |