net-im/nosoucy/nosoucy-0.3d.ebuild
changeset 0 58d5cc68f922
equal deleted inserted replaced
-1:000000000000 0:58d5cc68f922
       
     1 #	 Copyright 1999-2008 Gentoo Foundation
       
     2 # Distributed under the terms of the GNU General Public License v2
       
     3 # $Header: $
       
     4 
       
     5 DESCRIPTION="A Netsoul client for Epita/Epitech schools"
       
     6 HOMEPAGE=""
       
     7 SRC_URI="http://ks358216.kimsufi.com/~darisk/NoSoucy-0.3d.tar.gz"
       
     8 
       
     9 LICENSE=""
       
    10 SLOT="0"
       
    11 KEYWORDS="~amd64 ~x86"
       
    12 IUSE=""
       
    13 
       
    14 DEPEND="=x11-libs/gtk+-1.2*
       
    15 		media-libs/imlib
       
    16 		dev-libs/libxml2"
       
    17 RDEPEND=""
       
    18 
       
    19 S="NoSoucy-${PV}"
       
    20 
       
    21 src_unpack()
       
    22 {
       
    23 	unpack ${A}
       
    24    	cd "${S}"
       
    25 }
       
    26 
       
    27 src_compile()
       
    28 {
       
    29 	cd ${S}
       
    30 	emake || die "emake failed"
       
    31 }
       
    32 
       
    33 src_install()
       
    34 {
       
    35 	cd ${S}
       
    36 	dobin NoSoucy
       
    37 }
       
    38