blob: a9b3a949619abd9d7690fe6309bcf79f951ec44a (
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
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/assogiate/assogiate-0.2.0.ebuild,v 1.3 2007/05/25 07:10:07 opfer Exp $
inherit gnome2
DESCRIPTION="assoGiate is an editor of the file types database for GNOME"
HOMEPAGE="http://www.kdau.com/projects/assogiate/"
SRC_URI="http://www.kdau.com/files/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~sparc ~x86"
IUSE=""
RDEPEND=">=dev-libs/glib-2.8
>=dev-cpp/glibmm-2.8
>=dev-cpp/gtkmm-2.8
>=dev-cpp/libxmlpp-2.6
>=dev-cpp/gnome-vfsmm-2.6"
DEPEND="${RDEPEND}
dev-util/pkgconfig
>=dev-util/intltool-0.35"
DOCS="AUTHORS ChangeLog INSTALL NEWS README TODO"
|