summaryrefslogtreecommitdiff
blob: b4b3842f89180718b96844761d1507b59bdb8019 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: /home/cvsroot/gentoo-x86/media-video/DFBSee/DFBSee-0.7.2ebuild
 
S=${WORKDIR}/${P}
DESCRIPTION="DFBSee is image viewer and video player based on DirectFB"
SRC_URI="http://www.directfb.org/download/${PN}/${P}.tar.gz"
HOMEPAGE="http://www.directfb.org/dfbsee.xml"
LICENSE="GPL-2"

DEPEND="virtual/x11 dev-libs/DirectFB"
	
RDEPEND="${DEPEND}"

src_install () {
	
	make DESTDIR=${D} install || die
	
}