summaryrefslogtreecommitdiff
blob: 1ac82453a1788dac36a13a417c023a5654ae8d3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/DFBPoint/DFBPoint-0.7.2.ebuild,v 1.3 2003/07/12 16:44:47 aliz Exp $
 
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/
}