dev-embedded/pista - 0.70 (gentoo)

Search

Package Information

Description:
Commandline-driven interface to PICSTART+ PIC programmer
Homepage:
http://gatling.ikk.sztaki.hu/~kissg/pd/pista/pista.html
License:
GPL-2

Ebuild Details

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

EAPI=7

DESCRIPTION="Commandline-driven interface to PICSTART+ PIC programmer"
HOMEPAGE="http://gatling.ikk.sztaki.hu/~kissg/pd/pista/pista.html"
SRC_URI="ftp://gatling.ikk.sztaki.hu/pub/pic/pista/${P}.tar.gz
	http://pista.choup.net/pub/pic/pista/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc x86"
IUSE=""

RDEPEND="dev-lang/perl
	dev-perl/TermReadKey"
DEPEND="dev-lang/perl"

DOCS=( README Changes Copyright doc/pista.html )

src_configure() {
	perl Makefile.PL PREFIX=/usr || die "Running Makefile.PL failed"
}

Dependencies

DEPEND

dev-lang/perl

RDEPEND

dev-lang/perl
	dev-perl/TermReadKey

Manifest for 0.70

Type File Size Source URLs
DIST pista-0.70.tar.gz 50454 bytes ftp://gatling.ikk.sztaki.hu/pub/pic/pista/pista-0.70.tar.gz
http://pista.choup.net/pub/pic/pista/pista-0.70.tar.gz