Magellan Linux

Contents of /trunk/todo/gnugo/gnugo-3.8-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27736 - (show annotations) (download)
Wed Apr 6 09:57:06 2016 UTC (8 years, 1 month ago) by niro
File size: 507 byte(s)
-moved to 'todo'
1 # $Id$
2
3 PNAME="gnugo"
4 PVER="3.8"
5 PBUILD="r2"
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-6.0"
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 }