2014-07-25 18:46:03 +00:00
#
# Copyright (C) 2014 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
i n c l u d e $( TOPDIR ) / r u l e s . m k
PKG_NAME := libftdi1
PKG_VERSION := 1.1
PKG_RELEASE := 1
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.bz2
PKG_SOURCE_URL := http://www.intra2net.com/en/developer/libftdi/download/
PKG_MD5SUM := b79a6356978aa8e69f8eecc3a720ff79
PKG_MAINTAINER := Álvaro Fernández Rojas <noltari@gmail.com>
PKG_LICENSE := LGPL-2.0
PKG_LICENSE_FILES := COPYING.LIB
PKG_INSTALL := 1
2014-08-08 11:11:06 +00:00
PKG_USE_MIPS16 := 0
2014-07-25 18:46:03 +00:00
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
i n c l u d e $( INCLUDE_DIR ) / c m a k e . m k
d e f i n e P a c k a g e / l i b f t d i 1
SECTION:= libs
CATEGORY:= Libraries
DEPENDS:= +libusb-1.0
TITLE:= Library to talk to FTDI chips
URL:= http://www.intra2net.com/en/developer/libftdi/
e n d e f
d e f i n e P a c k a g e / l i b f t d i 1 / d e s c r i p t i o n
libFTDI - FTDI USB driver with bitbang mode
libFTDI is an open source library to talk to FTDI chips: FT232BM, FT245BM, FT2232C, FT2232H, FT4232H, FT2232D and FT245R, including the popular bitbang mode.
The library is linked with your program in userspace, no kernel driver required.
e n d e f
d e f i n e B u i l d / I n s t a l l D e v
$( INSTALL_DIR) $( 1) /usr/include/libftdi1/
$( CP) $( PKG_INSTALL_DIR) /usr/include/libftdi1/ftdi.h $( 1) /usr/include/libftdi1/
$( INSTALL_DIR) $( 1) /usr/lib
$( CP) $( PKG_INSTALL_DIR) /usr/lib/libftdi1.{ a,so} $( 1) /usr/lib/
$( CP) $( PKG_INSTALL_DIR) /usr/lib/libftdi1.so* $( 1) /usr/lib/
$( INSTALL_DIR) $( 1) /usr/lib/pkgconfig/
$( CP) $( PKG_INSTALL_DIR) /usr/lib/pkgconfig/libftdi1.pc $( 1) /usr/lib/pkgconfig/libftdi1.pc
e n d e f
d e f i n e P a c k a g e / l i b f t d i 1 / i n s t a l l
$( INSTALL_DIR) $( 1) /usr/lib
$( CP) $( PKG_INSTALL_DIR) /usr/lib/libftdi1.so.* $( 1) /usr/lib/
e n d e f
$( eval $ ( call BuildPackage ,libftdi 1) )