diff -r 000000000000 -r 58d5cc68f922 net-im/nosoucy/nosoucy-0.3d.ebuild --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/net-im/nosoucy/nosoucy-0.3d.ebuild Mon Aug 30 15:17:00 2010 +0200 @@ -0,0 +1,38 @@ +# 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 +} +