- update libftdi to 0.18
This commit is contained in:
parent
c5fd93fb72
commit
e5c5517979
@ -1,18 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2009/03/16 14:27:24 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2010/10/25 20:55:53 jasper Exp $
|
||||
|
||||
COMMENT = libftdi, interface to ftdi debug device
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
DISTNAME = libftdi-0.14
|
||||
PKGNAME = ${DISTNAME}p0
|
||||
DISTNAME = libftdi-0.18
|
||||
|
||||
SHARED_LIBS = ftdi 15.0
|
||||
SHARED_LIBS = ftdi 15.1 # 19.0
|
||||
|
||||
HOMEPAGE = http://www.intra2net.com/de/produkte/opensource/ftdi/
|
||||
|
||||
LIB_DEPENDS = usb::devel/libusb
|
||||
# configure picks up doxygen if installed, but doesn't affect packaging.
|
||||
HOMEPAGE = http://www.intra2net.com/en/developer/libftdi/
|
||||
|
||||
# LGPLv2.1
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
@ -20,11 +16,18 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB += c
|
||||
WANTLIB += c usb
|
||||
|
||||
MASTER_SITES = ${HOMEPAGE}TGZ/
|
||||
MASTER_SITES = ${HOMEPAGE}/download/
|
||||
|
||||
LIB_DEPENDS = ::devel/libusb
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_ARGS+= --disable-libftdipp \
|
||||
--disable-python-bindings \
|
||||
--without-docs
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
USE_LIBTOOL = Yes
|
||||
|
||||
NO_REGRESS = Yes
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (libftdi-0.14.tar.gz) = Q/IEeOclqlumza4xHKBZPQ==
|
||||
RMD160 (libftdi-0.14.tar.gz) = YIYXglrna2Q+9xX8f+1FtOaujes=
|
||||
SHA1 (libftdi-0.14.tar.gz) = bD8WCZWKWKaZPtyvbmr1BQ1xSLI=
|
||||
SHA256 (libftdi-0.14.tar.gz) = tXXsBSbvrfS9bIr0ximVr/ZVbJ/8r0clNz28/9o1QXU=
|
||||
SIZE (libftdi-0.14.tar.gz) = 368634
|
||||
MD5 (libftdi-0.18.tar.gz) = kW9l+mjRVGIfwM8fQF8nJg==
|
||||
RMD160 (libftdi-0.18.tar.gz) = DoqaITWoK7RDVnjpGpUr8HV85y0=
|
||||
SHA1 (libftdi-0.18.tar.gz) = UkAdsOfLkKXYP4LChZpPjUTlJXk=
|
||||
SHA256 (libftdi-0.18.tar.gz) = W288PuUcaqJNO4cTXgF2LPaIIdHDWZ2H00n+pO3nTGI=
|
||||
SIZE (libftdi-0.18.tar.gz) = 398380
|
||||
|
@ -1,12 +1,14 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2009/03/16 14:27:24 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2010/10/25 20:55:53 jasper Exp $
|
||||
@conflict cppunit-<1.12
|
||||
%%SHARED%%
|
||||
@bin bin/baud_test
|
||||
@bin bin/bitbang
|
||||
@bin bin/bitbang2
|
||||
@bin bin/bitbang_cbus
|
||||
@bin bin/bitbang_ft2232
|
||||
@bin bin/find_all
|
||||
bin/libftdi-config
|
||||
@bin bin/serial_read
|
||||
@bin bin/simple
|
||||
include/ftdi.h
|
||||
lib/libftdi.a
|
||||
|
Loading…
Reference in New Issue
Block a user