import dev-util/openocd from ::japaric
This commit is contained in:
parent
f410673aab
commit
877ab38ad8
3 changed files with 68 additions and 0 deletions
7
packages/dev-util/openocd/openocd-0.9.0.exheres-0
Normal file
7
packages/dev-util/openocd/openocd-0.9.0.exheres-0
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Copyright 2015 Marvin Schmidt <marv@exherbo.org>
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
require openocd
|
||||
|
||||
PLATFORMS="~amd64"
|
||||
|
27
packages/dev-util/openocd/openocd-scm.exheres-0
Normal file
27
packages/dev-util/openocd/openocd-scm.exheres-0
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Copyright 2014 Jorge Aparicio
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
SCM_git2cl_REPOSITORY="http://repo.or.cz/r/git2cl.git"
|
||||
SCM_jimtcl_REPOSITORY="http://repo.or.cz/r/jimtcl"
|
||||
SCM_libjaylink_REPOSITORY="http://repo.or.cz/r/libjaylink"
|
||||
|
||||
SCM_SECONDARY_REPOSITORIES="
|
||||
git2cl
|
||||
jimtcl
|
||||
libjaylink
|
||||
"
|
||||
|
||||
SCM_EXTERNAL_REFS="
|
||||
jimtcl:jimtcl
|
||||
src/jtag/drivers/libjaylink:libjaylink
|
||||
tools/git2cl:git2cl
|
||||
"
|
||||
|
||||
require openocd
|
||||
require github [ user=ntfreak ]
|
||||
require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.15 ] ]
|
||||
|
||||
PLATFORMS="~amd64"
|
||||
|
||||
AT_NO_RECURSIVE=1
|
||||
|
34
packages/dev-util/openocd/openocd.exlib
Normal file
34
packages/dev-util/openocd/openocd.exlib
Normal file
|
@ -0,0 +1,34 @@
|
|||
# Copyright 2014 Jorge Aparicio
|
||||
# Copyright 2015 Marvin Schmidt <marv@exherbo.org>
|
||||
# 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
|
||||
)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue