net-im/nosoucy/nosoucy-0.3d.ebuild
author Frédéric Barthéléry <frederic.barthelery.ext@parrot.com>
Wed, 09 Nov 2011 09:39:27 +0100
changeset 25 8b435e1f15e0
parent 0 58d5cc68f922
permissions -rw-r--r--
Add custom ebuild with -X for android-sdk-update-manager-15

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