summaryrefslogtreecommitdiff
blob: 93ce3551f86eb961333ffea7b20045c3b01d77f6 (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
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Nathaniel Hirsch <nh2@njit.edu> Achim Gottinge <achim@gentoo.org>
# /home/cvsroot/gentoo-x86/media-video/vlc/vlc-0.2.80.ebuild,v 1.1 2001/06/20 13:47:39 darks Exp

S=${WORKDIR}/${P}
DESCRIPTION="C++ binding for the GNOME libraries"
SRC_URI="http://prdownloads.sourceforge.net/gtkmm/${P}.tar.gz"
HOMEPAGE="http://gtkmm.sourceforge.net/"

DEPEND=">=x11-libs/gtkmm-1.2.5
	>=gnome-base/ORBit-0.5.8"

RDEPEND=">=x11-libs/gtkmm-1.2.5
	 >=gnome-base/ORBit-0.5.8"

src_compile(){
  try ./configure --host=${CHOST} --prefix=/opt/gnome
  try make
	}
src_install(){
  try make prefix=${D}/opt/gnome install

  dodoc AUTHORS COPYING ChangeLog NEWS README* TODO
}