| 1 | DESCRIPTION="Freedroid RPG Game" |
|---|
| 2 | HOMEPAGE="http://www.freedroid.org/" |
|---|
| 3 | SRC_URI="http://sourceforge.net/projects/freedroid/files/latest/download?source=files" |
|---|
| 4 | REVISION="1" |
|---|
| 5 | DEPEND="SDL >= 1.2.3" |
|---|
| 6 | CHECKSUM_MD5="b95ea6abae46bea6ee3ace9a1902f682" |
|---|
| 7 | BUILD { |
|---|
| 8 | cd freedroidrpg-0.15.1 |
|---|
| 9 | libtoolize --force --copy --install |
|---|
| 10 | aclocal |
|---|
| 11 | autoconf |
|---|
| 12 | automake |
|---|
| 13 | ./configure --prefix=`finddir B_APPS_DIRECTORY`/FreeDroid |
|---|
| 14 | make |
|---|
| 15 | } |
|---|
| 16 | |
|---|
| 17 | INSTALL { |
|---|
| 18 | cd freedroidrpg-0.15.1 |
|---|
| 19 | make install |
|---|
| 20 | } |
|---|
| 21 | |
|---|
| 22 | LICENSE="GNU GPL v2" |
|---|
| 23 | COPYRIGHT="Copyright 2002-2010 the Freedroid team" |
|---|