diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-06-22 23:17:32 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-06-22 23:17:32 +0000 |
commit | 263d5befdadbc729341d6978f24f1630234d0103 (patch) | |
tree | 389d8faddbe51a7d8cb9ee7091f2b07d020ac434 /app-office/kletterwizard/kletterwizard-0.9.2.ebuild | |
parent | Initial import, ebuild written by me. (diff) | |
download | historical-263d5befdadbc729341d6978f24f1630234d0103.tar.gz historical-263d5befdadbc729341d6978f24f1630234d0103.tar.bz2 historical-263d5befdadbc729341d6978f24f1630234d0103.zip |
Initial import. KEYWORDS ~x86 ~amd64.
Diffstat (limited to 'app-office/kletterwizard/kletterwizard-0.9.2.ebuild')
-rw-r--r-- | app-office/kletterwizard/kletterwizard-0.9.2.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/app-office/kletterwizard/kletterwizard-0.9.2.ebuild b/app-office/kletterwizard/kletterwizard-0.9.2.ebuild new file mode 100644 index 000000000000..4c3ddb33f329 --- /dev/null +++ b/app-office/kletterwizard/kletterwizard-0.9.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/kletterwizard/kletterwizard-0.9.2.ebuild,v 1.1 2004/06/22 23:17:32 absinthe Exp $ + +IUSE="" + +inherit kde +need-kde 3 + +MY_P=${P/_/"-"} +S=${WORKDIR}/${MY_P} + +DESCRIPTION="KLetterWizard is a KDE application which simplifies letter writing and produces output via LaTeX." +HOMEPAGE="http://www.kluenter.de/klw.html" +SRC_URI="http://www.kluenter.de/${MY_P}.tar.gz" +LICENSE="GPL-2" +DEPEND=">=app-text/tetex-2.0.2 + >=dev-tex/g-brief-4.0.1" +KEYWORDS="~x86 ~amd64" |