summaryrefslogtreecommitdiff
blob: 205c6ec5cb78ceadca182c0dafcc6ab4c845c576 (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/sci-chemistry/gchempaint/gchempaint-0.8.4.ebuild,v 1.2 2007/12/11 17:08:30 mr_bones_ Exp $

inherit autotools gnome2

DESCRIPTION="2D chemical structures editor for the Gnome-2 desktop"
HOMEPAGE="http://www.nongnu.org/gchempaint/"
SRC_URI="http://savannah.nongnu.org/download/gchempaint/0.8/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=">=sci-chemistry/gchemutils-0.8.0"

src_unpack() {
	unpack ${A}
	cd "${S}"
	eautoreconf
}

src_compile() {
	gnome2_src_compile --disable-update-databases
}