Magellan Linux

Contents of /branches/R11-unstable/extras/gnugo/gnugo-3.8-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25268 - (show annotations) (download)
Tue Nov 25 03:19:26 2014 UTC (9 years, 5 months ago) by niro
File size: 507 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="gnugo"
4 PVER="3.8"
5 PBUILD="r1"
6
7 PCAT="dev-games"
8
9 DESCRIPTION="Program that plays the game of Go."
10 HOMEPAGE="http://www.gnu.org/software/gnugo/"
11
12 DEPEND=">= sys-libs/readline-6.3
13 >= sys-libs/ncurses-5.9"
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mtools mbuild
19
20 SRC_URI=(
21 gnu://${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd_gnu ${PNAME} gz"
26
27 src_compile()
28 {
29 cd ${SRCDIR}
30
31 mconfigure --with-readline || die
32 mmake || die
33 }