# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
DESCRIPTION="A Netsoul client for Epita/Epitech schools"
HOMEPAGE=""
SRC_URI="http://ks358216.kimsufi.com/~darisk/NoSoucy-0.3d.tar.gz"
LICENSE=""
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="=x11-libs/gtk+-1.2*
media-libs/imlib
dev-libs/libxml2"
RDEPEND=""
S="NoSoucy-${PV}"
src_unpack()
{
unpack ${A}
cd "${S}"
}
src_compile()
{
cd ${S}
emake || die "emake failed"
}
src_install()
{
cd ${S}
dobin NoSoucy
}