diff options
Diffstat (limited to 'gpe-utils/gpe-clock/gpe-clock-0.25.ebuild')
-rw-r--r-- | gpe-utils/gpe-clock/gpe-clock-0.25.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/gpe-utils/gpe-clock/gpe-clock-0.25.ebuild b/gpe-utils/gpe-clock/gpe-clock-0.25.ebuild new file mode 100644 index 0000000..fefac13 --- /dev/null +++ b/gpe-utils/gpe-clock/gpe-clock-0.25.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +GPE_TARBALL_SUFFIX="gz" +GPE_MIRROR="http://gpe.linuxtogo.org/download/source" +inherit eutils gpe + +DESCRIPTION="${PN} - GPE Palmtop Environment" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~arm ~amd64 ~x86" + + + +src_unpack() { + gpe_src_unpack +} + +RDEPEND="${RDEPEND} + >=gpe-base/libgpewidget-0.102" + +DEPEND="${DEPEND} + ${RDEPEND}" |