summaryrefslogtreecommitdiff
blob: d6e82c441d2d960baffe3e7fc4a05ed3a646b91f (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
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gai-pal/gai-pal-0.7.ebuild,v 1.2 2006/05/08 10:27:48 s4t4n Exp $

DESCRIPTION="A friend that always has something wise or funny to say ;-)"
HOMEPAGE="http://gai.sf.net"
SRC_URI="mirror://sourceforge/gai/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
IUSE=""

DEPEND=">=x11-libs/gai-0.5.6
	dev-util/pkgconfig"

src_compile()
{
	econf || die "Configuration failed..."
	emake || die "Compilation failed..."
}

src_install()
{
	make DESTDIR=${D} install || die "Installation failed..."
}