Parent Directory
|
Revision Log
Stable for sh, wrt bug #449298 (Portage version: 2.1.11.55/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
1 | # Copyright 1999-2013 Gentoo Foundation |
2 | # Distributed under the terms of the GNU General Public License v2 |
3 | # $Header: /var/cvsroot/gentoo-x86/app-text/pdfjam/pdfjam-2.08.ebuild,v 1.15 2013/04/22 08:03:32 ago Exp $ |
4 | |
5 | MY_PV=${PV/./} |
6 | DESCRIPTION="pdfnup, pdfjoin and pdf90" |
7 | HOMEPAGE="http://www.warwick.ac.uk/go/pdfjam" |
8 | SRC_URI="http://www.warwick.ac.uk/go/pdfjam/${PN}_${MY_PV}.tgz" |
9 | |
10 | LICENSE="GPL-2" |
11 | SLOT="0" |
12 | KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" |
13 | IUSE="" |
14 | S=${WORKDIR}/${PN} |
15 | |
16 | DEPEND="virtual/latex-base" |
17 | RDEPEND="${DEPEND}" |
18 | |
19 | src_install() { |
20 | dobin bin/* || die |
21 | dodoc PDFjam-README.html || die |
22 | doman man1/* || die |
23 | } |
ViewVC Help | |
Powered by ViewVC 1.1.20 |