summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Sanda (ps) <ps@twin.jikos.cz>2008-02-26 23:15:11 +0000
committerPavel Sanda (ps) <ps@twin.jikos.cz>2008-02-26 23:15:11 +0000
commite51543f00944ecd8f30d064055d33cd263f34ff2 (patch)
tree27d2ae99ba14dd3b47a8a20ddf4e3d618c44a456 /app-text/pdfedit/pdfedit-0.4.1.ebuild
parentnet-p2p/freenet: Set right ownership for all files (diff)
downloadsunrise-e51543f00944ecd8f30d064055d33cd263f34ff2.tar.gz
sunrise-e51543f00944ecd8f30d064055d33cd263f34ff2.tar.bz2
sunrise-e51543f00944ecd8f30d064055d33cd263f34ff2.zip
app-text/pdfedit: Version bump
svn path=/sunrise/; revision=5767
Diffstat (limited to 'app-text/pdfedit/pdfedit-0.4.1.ebuild')
-rw-r--r--app-text/pdfedit/pdfedit-0.4.1.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/app-text/pdfedit/pdfedit-0.4.1.ebuild b/app-text/pdfedit/pdfedit-0.4.1.ebuild
new file mode 100644
index 000000000..39663b611
--- /dev/null
+++ b/app-text/pdfedit/pdfedit-0.4.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Editor for manipulating PDF documents. GUI and commandline interface."
+HOMEPAGE="http://pdfedit.petricek.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+
+IUSE=""
+RDEPEND="=x11-libs/qt-3*"
+DEPEND="${RDEPEND}
+ dev-libs/boost"
+
+src_compile(){
+ econf || die "econf failed"
+ emake src || die "emake failed"
+}
+
+src_install() {
+ emake INSTALL_ROOT="${D}" install || die "emake install failed"
+}