net-im/nosoucy/nosoucy-0.3d.ebuild
author Da Risk <darisk972@gmail.com>
Mon, 30 Aug 2010 15:17:00 +0200
changeset 0 58d5cc68f922
permissions -rw-r--r--
Initial import

#	 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
}