Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 158188
Collapse All | Expand All

(-)pdfedit-0.2.3.ebuild (-5 / +9 lines)
Lines 2-19 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
3
# $Header: $
4
4
5
inherit kde-functions
5
inherit qt3
6
6
7
DESCRIPTION="Editor for manipulating PDF documents."
7
DESCRIPTION="Editor for manipulating PDF documents."
8
HOMEPAGE="http://pdfedit.petricek.net/pdfedit.index_e"
8
HOMEPAGE="http://pdfedit.petricek.net/pdfedit.index_e"
9
SRC_URI="mirror://sourceforge/xmlindent/${P}.tar.bz2"
9
SRC_URI="mirror://sourceforge/pdfedit/${PF}.tar.bz2"
10
10
11
LICENSE="GPL-2"
11
LICENSE="GPL-2"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="~x86 ~amd64"
13
KEYWORDS="~x86 ~amd64"
14
IUSE=""
14
IUSE=""
15
15
16
DEPEND="dev-libs/boost"
16
DEPEND="dev-libs/boost
17
RDEPEND=""
17
		app-text/docbook-xsl-stylesheets
18
		$(qt_min_version 3)"
18
19
19
need-qt 3
20
src_install() {
21
	make install PREFIX=${D}usr UNIX_BIN=${D}usr/bin BINDIR=${D}usr/bin \
22
	INSTALL_ROOT=${D} || die "make install failed!"
23
}

Return to bug 158188