2018-05-02 16:03:00 +03:00
|
|
|
# Copyright 1999-2018 Gentoo Foundation
|
2011-11-09 11:33:19 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2018-05-23 00:37:38 +03:00
|
|
|
EAPI=6
|
2018-05-02 16:03:00 +03:00
|
|
|
|
2018-05-23 00:37:38 +03:00
|
|
|
DESCRIPTION="An application that allows you to draw ASCII-Art images"
|
2011-11-09 11:33:19 +04:00
|
|
|
HOMEPAGE="http://langworth.com/CadubiProject"
|
|
|
|
SRC_URI="http://langworth.com/downloads/${P}.tar.gz"
|
|
|
|
|
|
|
|
LICENSE="Artistic"
|
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS="~amd64 ppc ppc64 x86"
|
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
DEPEND="dev-lang/perl
|
|
|
|
>=dev-perl/TermReadKey-2.21"
|
|
|
|
|
2018-05-23 00:37:38 +03:00
|
|
|
src_prepare() {
|
|
|
|
default
|
|
|
|
eapply "${FILESDIR}"/${P}-helpfile.patch
|
2011-11-09 11:33:19 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
src_install() {
|
2018-05-23 00:37:38 +03:00
|
|
|
dobin cadubi
|
2011-11-09 11:33:19 +04:00
|
|
|
insinto /usr/$(get_libdir)/${PN}
|
|
|
|
doins help.txt
|
|
|
|
dodoc README
|
|
|
|
}
|