dev-embedded/smdk-dltool - 0.20 (gentoo)

Search

Install

Install this version:

emerge -a =dev-embedded/smdk-dltool-0.20

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-embedded/smdk-dltool-0.20

Or alternatively:

emerge --autounmask-write -a =dev-embedded/smdk-dltool-0.20

Package Information

Description:
Tool to communicate with Samsung SMDK boards
Homepage:
http://www.fluff.org/ben/smdk/tools/
License:
all-rights-reserved

Ebuild Details

Version EAPI Keywords Slot
0.20 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit toolchain-funcs

DESCRIPTION="Tool to communicate with Samsung SMDK boards"
HOMEPAGE="http://www.fluff.org/ben/smdk/tools/"
SRC_URI="http://www.fluff.org/ben/smdk/tools/downloads/smdk-tools-v${PV}.tar.gz"

# Email sent to author on 2012-01-18 querying about license
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RESTRICT="mirror bindist"

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

S="${WORKDIR}/releases/smdk-tools-v${PV}/dltool"

PATCHES=(
	"${FILESDIR}"/${P}-add-S3C64xx-support.patch
	"${FILESDIR}"/${P}-build.patch
	"${FILESDIR}"/${P}-libusb-1.0-r1.patch
)

src_configure() {
	tc-export CC PKG_CONFIG
}

src_install() {
	newbin dltool smdk-usbdl
	dodoc readme.txt
}

Inherited Eclasses

Dependencies

DEPEND

virtual/libusb:1

RDEPEND

virtual/libusb:1

BDEPEND

virtual/pkgconfig

Manifest for 0.20

Type File Size Source URLs
DIST smdk-tools-v0.20.tar.gz 5170 bytes http://www.fluff.org/ben/smdk/tools/downloads/smdk-tools-v0.20.tar.gz