Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[ebuild] laby
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
gim
Guru
Guru


Joined: 29 Apr 2003
Posts: 418
Location: milky-way

PostPosted: Wed Aug 05, 2009 9:04 pm    Post subject: [ebuild] laby Reply with quote

C'est un petit programme pour apprendre les rudiments de la programmation qu'on a fait avec des amis. (Destiné entre autres aux plus petits, pourvu qu'ils soient un peu aidés)

http://www.pps.jussieu.fr/~gimenez/laby/

J'ai fait un ebuild si des gens veulent tester (pour la version courante faut l'appeller games-puzzle/laby/laby-0.5.2.ebuild).

Code:
EAPI=2

inherit games

DESCRIPTION="Learn how to program with ants and spider webs"
HOMEPAGE="http://www.pps.jussieu.fr/~gimenez/laby/"
SRC_URI="http://www.pps.jussieu.fr/~gimenez/data/fdls/laby-${PV}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""

DEPEND="
  >=dev-lang/ocaml-3.10
  >=dev-ml/lablgtk-2.10.1
  dev-ml/findlib
"
src_compile() {
   emake SYSDATADIR="${GAMES_DATADIR}" OCBF="-classic-display" \
      || die "emake failed"
}

src_install() {
   newgamesbin laby laby
   insinto "${GAMES_DATADIR}"/${PN}
   doins -r data/* || die "doins failed"
   dodoc AUTHORS COPYRIGHT TRANSLATION
}


Et un grand bonjour à tous car ça faisait un bye que j'avais pas posté ici :-)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum