summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/harman/harman-0.8.ebuild')
-rw-r--r--app-text/harman/harman-0.8.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-text/harman/harman-0.8.ebuild b/app-text/harman/harman-0.8.ebuild
new file mode 100644
index 0000000..f7073b8
--- /dev/null
+++ b/app-text/harman/harman-0.8.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+
+inherit distutils
+
+DESCRIPTION="HARMAN is a free software that can be used to merge, split and cut PDF documents."
+HOMEPAGE="http://www.istihza.com"
+SRC_URI="http://www.istihza.com/harman/${P}/anakaynak/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/python-2.5
+ sys-devel/gettext"
+RDEPEND="${DEPEND}
+ dev-python/pyPdf
+ dev-python/pygtk"