Skip to content

Commit

Permalink
dev-embedded/libjaylink: Support static-libs
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Wegener <[email protected]>
  • Loading branch information
swegener committed Jan 10, 2016
1 parent 63ccb9a commit 75f74c0
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions dev-embedded/libjaylink/libjaylink-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,28 @@ EAPI="5"

EGIT_REPO_URI="git://git.zapb.de/libjaylink.git"

inherit git-r3 autotools
inherit git-r3 autotools eutils

DESCRIPTION="Library to access J-Link devices"
HOMEPAGE="http://git.zapb.de/libjaylink.git"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE=""
IUSE="static-libs"

DEPEND="virtual/libusb:1"
RDEPEND="${DEPEND}"

src_prepare() {
eautoreconf || die
}

src_configure() {
econf $(use_enable static-libs static)
}

src_install() {
default
prune_libtool_files
}

0 comments on commit 75f74c0

Please sign in to comment.