summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Nazaroff <naz@gentoo.org>2003-05-06 06:33:51 +0000
committerMichael Nazaroff <naz@gentoo.org>2003-05-06 06:33:51 +0000
commit91f52cd50c2ba97c4bc83c7a9d23e7bb66ec0d12 (patch)
tree4ac88aead8ca66d51500c59e8c13e38fe8ed50d4 /media-gfx/DFBPoint
parentRDEPEND fix for 4.3.0* ebuilds -- inherit line was before DEPEND, causing RDE... (diff)
downloadhistorical-91f52cd50c2ba97c4bc83c7a9d23e7bb66ec0d12.tar.gz
historical-91f52cd50c2ba97c4bc83c7a9d23e7bb66ec0d12.tar.bz2
historical-91f52cd50c2ba97c4bc83c7a9d23e7bb66ec0d12.zip
Presentation program based on DirectFB
Diffstat (limited to 'media-gfx/DFBPoint')
-rw-r--r--media-gfx/DFBPoint/ChangeLog8
-rw-r--r--media-gfx/DFBPoint/DFBPoint-0.7.2.ebuild33
-rw-r--r--media-gfx/DFBPoint/files/digest-DFBPoint-0.7.21
3 files changed, 42 insertions, 0 deletions
diff --git a/media-gfx/DFBPoint/ChangeLog b/media-gfx/DFBPoint/ChangeLog
new file mode 100644
index 000000000000..10669f46cb7c
--- /dev/null
+++ b/media-gfx/DFBPoint/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for media-video/DFBSee-0.7.2.ebuild
+# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+
+*DFBPoint-0.7.2 (12 Jun 2002)
+
+ 12 Jun 2002; M.Nazaroff <naz@gentoo.org> DFBPoint-0.7.2.ebuild:
+ This is the initial release of DFBPoint ebuild for portage, this program is a
+ DirectFB presentation program.
diff --git a/media-gfx/DFBPoint/DFBPoint-0.7.2.ebuild b/media-gfx/DFBPoint/DFBPoint-0.7.2.ebuild
new file mode 100644
index 000000000000..117a39593b11
--- /dev/null
+++ b/media-gfx/DFBPoint/DFBPoint-0.7.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+
+S=${WORKDIR}/${P}
+DESCRIPTION="DFBPoint is presentation program based on DirectFB"
+SRC_URI="http://www.directfb.org/download/${PN}/${P}.tar.gz"
+HOMEPAGE="http://www.directfb.org/dfbpoint.xml"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+DEPEND="virtual/x11 dev-libs/DirectFB"
+RDEPEND="${DEPEND}"
+
+src_install () {
+
+ make DESTDIR=${D} install || die
+
+ dodir /usr/share/DFBPoint/
+ cp dfbpoint.dtd ${D}/usr/share/DFBPoint/
+
+ dodoc AUTHORS COPYING ChangeLog INSTALL README NEWS
+
+ dodir /usr/share/DFBPoint/examples/
+ cd examples
+ cp bg.png ${D}/usr/share/DFBPoint/examples/
+ cp bullet.png ${D}/usr/share/DFBPoint/examples/
+ cp decker.ttf ${D}/usr/share/DFBPoint/examples/
+ cp test.xml ${D}/usr/share/DFBPoint/examples/
+ cp wilber_stoned.png ${D}/usr/share/DFBPoint/examples/
+ cp -R guadec/ ${D}/usr/share/DFBPoint/examples/
+}
diff --git a/media-gfx/DFBPoint/files/digest-DFBPoint-0.7.2 b/media-gfx/DFBPoint/files/digest-DFBPoint-0.7.2
new file mode 100644
index 000000000000..d0773f893840
--- /dev/null
+++ b/media-gfx/DFBPoint/files/digest-DFBPoint-0.7.2
@@ -0,0 +1 @@
+MD5 a4552e47d9a3204c81e502c6358ec08e DFBPoint-0.7.2.tar.gz 536190