blob: 9b6972b088a3164c713930b00af19aa8d1f1fcd0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/texpower/texpower-0.0.8h.ebuild,v 1.2 2003/07/12 13:17:44 aliz Exp $
inherit latex-package
TP=texpower-${PV}
S=${WORKDIR}/${TP}
DESCRIPTION="TeXPower is a bundle of style and class files for creating dynamic online presentations."
SRC_URI="mirror://sourceforge/texpower/${TP}.tar.gz"
HOMEPAGE="http://texpower.sourceforge.net/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ppc"
|