You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-misc/grabcartoons/grabcartoons-2.8.4_p2014111...

30 lines
709 B

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="Comic-summarizing utility"
HOMEPAGE="http://zzamboni.org/grabcartoons"
EGIT_COMMIT="cb230f01fb288a0b9f0fc437545b97d06c846bd3"
SRC_URI="https://github.com/zzamboni/grabcartoons/archive/cb230f01fb288a0b9f0fc437545b97d06c846bd3.tar.gz"
KEYWORDS="~amd64 ~x86"
LICENSE="BSD"
SLOT="0"
RDEPEND="
dev-lang/perl
virtual/perl-Getopt-Long"
# Opens a web page, which is unacceptable during an emerge.
RESTRICT="test"
S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
PATCHES=(
"${FILESDIR}"/2.8.4-fix-install-paths.patch
)
src_install() {
emake PREFIX="${ED}"usr install
dodoc ChangeLog README
}