blob: 1c090d95a3b42977a69c0e93560c5102a8f430d3 [file] [log] [blame]
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=2
inherit eutils
DESCRIPTION="Subcheck checks srt subtitle files for errors"
HOMEPAGE="http://subcheck.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="!sci-biology/ncbi-tools++" # bug 377093
RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}"
src_prepare() {
sed -i -e "s:${PN}.pl:${PN}:g" all-checksub
}
src_compile() {
: # nothing to do
}
src_install() {
doman man/subcheck.8.gz
newbin subcheck.pl subcheck
dobin all-checksub
dodoc Changes
}