# Copyright 2014 Jorge Aparicio # Copyright 2015 Marvin Schmidt # Distributed under the terms of the GNU General Public License v2 require sourceforge [ suffix=tar.gz ] SUMMARY="Open On-Chip Debugger" LICENCES="GPL-2" SLOT="0" MYOPTIONS=" ftdi [[ description = [ Build support for FTDI devices ] ]] parport [[ description = [ Build the parallel port driver ] ]] " DEPENDENCIES=" build+run: virtual/usb:1 ftdi? ( dev-libs/libftdi:1 ) " DEFAULT_SRC_CONFIGURE_PARAMS=( --disable-werror ) DEFAULT_SRC_CONFIGURE_OPTION_ENABLES=( "ftdi openjtag_libftdi" "ftdi presto_libftdi" "ftdi usb_blaster_libftdi" ftdi parport )