22 lines
593 B
Bash
22 lines
593 B
Bash
# Copyright 1999-2010 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/app-text/pdfjam/pdfjam-2.01.ebuild,v 1.1 2010/04/13 10:24:42 aballier Exp $
|
|
|
|
DESCRIPTION="pdfnup, pdfjoin and pdf90"
|
|
HOMEPAGE="http://www.warwick.ac.uk/go/pdfjam"
|
|
SRC_URI="http://www.warwick.ac.uk/go/pdfjam/${P/-/_}.tgz"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
|
|
IUSE=""
|
|
S=${WORKDIR}/${PN}
|
|
|
|
DEPEND="virtual/latex-base"
|
|
RDEPEND="${DEPEND}"
|
|
|
|
src_install() {
|
|
dobin bin/* || die
|
|
dodoc PDFjam-README.html || die
|
|
doman man1/* || die
|
|
}
|