blob: 99d274f2c09d34f921d289e7cbff66925e943f0f (
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
|
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libzvt/libzvt-2.0.1-r1.ebuild,v 1.4 2002/12/09 04:41:48 manson Exp $
inherit gnome2
S=${WORKDIR}/${P}
DESCRIPTION="Zed's Virtual Terminal Library"
SRC_URI="mirror://gnome/2.0.0/sources/${PN}/${P}.tar.bz2"
HOMEPAGE="http://www.gnome.org/"
SLOT="0"
LICENSE="GPL-2 LGPL-2.1"
KEYWORDS="x86 ppc sparc alpha"
RDEPEND=">=dev-libs/glib-2.0.3
>=x11-libs/gtk+-2.0.5
>=media-libs/libart_lgpl-2.3.9"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.12.0"
DOCS="ABOUT* AUTHORS COPY* ChangeLog INSTALL NEWS README"
|