sci-biology/perlprimer - 1.1.21 (science)

Search

Package Information

Description:
Primers design for standard PCR, bisulphite PCR and Real-time PCR
Homepage:
http://perlprimer.sourceforge.net/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
1.1.21 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

DESCRIPTION="Primers design for standard PCR, bisulphite PCR and Real-time PCR"
HOMEPAGE="http://perlprimer.sourceforge.net/"
SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2"

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

DEPEND=""
RDEPEND="
	dev-perl/Tk
	dev-perl/libwww-perl
	>=sci-biology/rebase-904"

src_prepare() {
	default
	sed \
		-e "s:\(\"\$HOME\".\"gcg.*\"\):\"/usr/share/rebase/gcg.*\":g" \
		-i perlprimer.pl || die "Sed failed!"
}

# TODO: figure out why right-clicking on the sequence doesn't produce a stable menu.
# see if upstream still exists, point them at the new gcg file.

src_install() {
	newbin perlprimer.pl ${PN}
	dodoc Changelog  ReadMe.txt
	docinto html
	dodoc -r tutorial_files tutorial.html
}

Dependencies

RDEPEND

	dev-perl/Tk
	dev-perl/libwww-perl
	>=sci-biology/rebase-904

Manifest for 1.1.21

Type File Size Source URLs
DIST perlprimer-1.1.21.tar.bz2 356704 bytes https://downloads.sourceforge.net/perlprimer/perlprimer-1.1.21.tar.bz2