View previous topic :: View next topic |
Author |
Message |
PabOu Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/3473093244651a9f172aa.jpg)
Joined: 11 Feb 2004 Posts: 1088 Location: Namur - Belgium
|
Posted: Tue Apr 11, 2006 9:25 am Post subject: |
|
|
j'approuve également l'idée, et également celle d'un overlay "french-forums".
Par contre pour l'idée d'un tread sticky reprenant les liens vers d'autres posts, c'est un peu galère pour utiliser les fonctions de recherche. _________________ Mangez du poulet ! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
BuBuaBu l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/31880205443a81b00d3c07.jpg)
Joined: 09 Jul 2005 Posts: 914 Location: France
|
Posted: Tue Apr 11, 2006 8:17 pm Post subject: |
|
|
Il y a peu de temps j'avais commencer un ebuild pour supertux en svn.
Donc voila le résultat.
Code: | # Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit subversion eutils games
ESVN_REPO_URI="svn://svn.berlios.de/supertux/trunk"
ESVN_PROJECT="supertux"
ESVN_BOOTSTRAP="cd ./supertux; ./autogen.sh"
DESCRIPTION="A game similar to Super Mario Bros."
HOMEPAGE="http://supertux.berlios.de/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="opengl"
RDEPEND=">=media-libs/libsdl-1.2.4
>=media-libs/sdl-image-1.2.2
>=media-libs/sdl-mixer-1.2.5
sys-libs/zlib
dev-games/physfs"
DEPEND="${RDEPEND}
|| ( x11-libs/libXt virtual/x11 )"
pkg_setup() {
if ! built_with_use media-libs/sdl-mixer mikmod ; then
die "Please emerge sdl-mixer with USE=mikmod"
fi
games_pkg_setup
}
src_unpack() {
subversion_src_unpack
# We need to create the ChangeLog here
TZ=UTC svn log -v "${ESVN_REPO_URI}" >ChangeLog
if use !opengl
then
epatch ${S}/supertux/contrib/supertux-nogl.diff
fi
}
src_compile() {
cd ${S}/supertux
egamesconf \
--disable-dependency-tracking \
--disable-debug \
|| die
jam || die "emake failed"
}
src_install() {
jam DESTDIR="${D}" \
desktopdir=/usr/share/applications \
icondir=/usr/share/pixmaps \
install || die "make install failed"
dodoc AUTHORS ChangeLog LEVELDESIGN README TODO
prepgamesdirs
}
|
Voila, si ca pas a sa place, ce fera du boulot pour les modo (désolé) ![Very Happy :D](images/smiles/icon_biggrin.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|
|
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
|
|