aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fltk/fltkspacetrader_svn.bb
blob: 83e6db25a87de4abf6603e8f4d4fef6ba9c6da2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "Port of Space Trader - a space trading simulation originally available on the Palm"
HOMEPAGE = "http://www.crash-override.net/flyspray/index.php"
AUTHOR = "Benjamin 'blindcoder' Schieder'
LICENSE = "GPLv2"
SECTION = "x11/game"
DEPENDS = "fltk"
SRCREV = "62"
PV = "1.0+svnr${SRCPV}"
PR = "r0"
S = "${WORKDIR}/trunk"

inherit autotools

SRC_URI = "svn://scavenger.homeip.net/svn/fltkspacetrader;module=trunk;proto=http"