blob: 69c546e473ff8fd57d0ab02b2d317946a030b31e (
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-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.5.ebuild,v 1.1 2006/02/04 17:42:27 compnerd Exp $
inherit gnome2
DESCRIPTION="Sexy GTK+ Widgets"
HOMEPAGE="http://www.chipx86.com/wiki/Libsexy"
SRC_URI="http://osiris.chipx86.com/projects/libsexy/releases/${P}.tar.gz"
LICENSE="GPL-2 LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc"
RDEPEND=">=x11-libs/gtk+-2.6
>=app-text/enchant-0.4.0
>=app-text/iso-codes-0.35"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
DOCS="AUTHORS ChangeLog NEWS README"
USE_DESTDIR="1"
pkg_config() {
G2CONF="${G2CONF} --enable-enchant"
}
|