Magellan Linux

Contents of /trunk/extras/wormux/wormux-0.9.2.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5695 - (show annotations) (download)
Wed Aug 4 10:32:10 2010 UTC (13 years, 10 months ago) by niro
File size: 702 byte(s)
auto added: ver bump to 0.9.2.1-r1
1 # $Id$
2
3 PNAME="wormux"
4 PVER="0.9.2.1"
5 PBUILD="r1"
6
7 PCATEGORIE="x11-games"
8 STATE="unstable"
9
10 DESCRIPTION="Wormux is free software clone of WORMS developed by Team17."
11 HOMEPAGE="http://www.wormux.org/"
12
13 DEPEND=">= dev-libs/libxml2-2.7
14 >= dev-libs/fribidi-0.19
15 >= media-libs/libsdl-1.2.14
16 >= media-libs/sdl-gfx-2.0.20
17 >= media-libs/sdl-net-1.2.7
18 >= media-libs/sdl-image-1.2.10
19 >= media-libs/sdl-mixer-1.2.11"
20
21 SDEPEND=">= sys-dev/gettext-0.17"
22
23 SRCFILE="${PNAME}-${PVER}.tar.bz2"
24 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
25
26 sminclude games mtools
27
28 SRC_URI=(
29 http://download.gna.org/${PNAME}/${SRCFILE}
30 mirror://${PNAME}/${SRCFILE}
31 )
32
33 UP2DATE="updatecmd http://download.gna.org/${PNAME}/ | lasttarball"