| 1 | # Copyright 1999-2005 Gentoo Foundation |
1 | # Copyright 1999-2005 Gentoo Foundation |
| 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: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-countdown/gkrellm-countdown-0.1.1.ebuild,v 1.4 2005/07/03 12:06:42 dholm Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-countdown/gkrellm-countdown-0.1.1.ebuild,v 1.5 2005/08/30 07:15:36 s4t4n Exp $ |
| 4 | |
4 | |
| 5 | S=${WORKDIR}/${PN} |
5 | S=${WORKDIR}/${PN} |
| 6 | DESCRIPTION="A simple countdown clock for GKrellM2" |
6 | DESCRIPTION="A simple countdown clock for GKrellM2" |
| 7 | SRC_URI="http://www.cise.ufl.edu/~jcjones/src/${P}.tar.gz" |
7 | SRC_URI="http://www.cise.ufl.edu/~jcjones/src/${P}.tar.gz" |
| 8 | HOMEPAGE="http://www.cise.ufl.edu/~jcjones/src/" |
8 | HOMEPAGE="http://www.cise.ufl.edu/~jcjones/src/" |
| … | |
… | |
| 10 | DEPEND=">=app-admin/gkrellm-2" |
10 | DEPEND=">=app-admin/gkrellm-2" |
| 11 | |
11 | |
| 12 | SLOT="0" |
12 | SLOT="0" |
| 13 | LICENSE="GPL-2" |
13 | LICENSE="GPL-2" |
| 14 | KEYWORDS="~ppc ~x86" |
14 | KEYWORDS="~ppc ~x86" |
|
|
15 | IUSE="" |
| 15 | |
16 | |
| 16 | src_compile() { |
17 | src_compile() { |
| 17 | emake || die |
18 | emake || die |
| 18 | } |
19 | } |
| 19 | |
20 | |