summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gpe-misc/gpe-bootsplash/gpe-bootsplash-1.15.ebuild')
-rw-r--r--gpe-misc/gpe-bootsplash/gpe-bootsplash-1.15.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/gpe-misc/gpe-bootsplash/gpe-bootsplash-1.15.ebuild b/gpe-misc/gpe-bootsplash/gpe-bootsplash-1.15.ebuild
new file mode 100644
index 0000000..6c27509
--- /dev/null
+++ b/gpe-misc/gpe-bootsplash/gpe-bootsplash-1.15.ebuild
@@ -0,0 +1,26 @@
+# 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}
+ x11-libs/libsvg-cairo
+ >=gpe-base/libgpewidget-0.102"
+
+DEPEND="${DEPEND}
+ ${RDEPEND}"