| 1 | DESCRIPTION="Pingus is a free Lemmings like puzzle game" |
|---|
| 2 | HOMEPAGE="http://pingus.seul.org" |
|---|
| 3 | SRC_URI="http://pingus.googlecode.com/files/pingus-0.7.4.tar.bz2" |
|---|
| 4 | CHECKSUM_MD5="82742bc9906cad98338cfd3ea700b396" |
|---|
| 5 | REVISION="1" |
|---|
| 6 | STATUS_HAIKU="stable" |
|---|
| 7 | MESSAGE="For some unknow reason, scons don't find libboost_signals at /boot/common/lib. Please create a symlink to /boot/develop/lib/x86" |
|---|
| 8 | DEPEND="dev-libs/boost >= 1.42.0 |
|---|
| 9 | dev-util/scons >= 1.0.1 |
|---|
| 10 | media-libs/libsdl >= 1.2.14" |
|---|
| 11 | |
|---|
| 12 | BUILD { |
|---|
| 13 | cd pingus-0.7.4 |
|---|
| 14 | scons |
|---|
| 15 | } |
|---|
| 16 | |
|---|
| 17 | INSTALL { |
|---|
| 18 | cd pingus-0.7.4 |
|---|
| 19 | INSTALLDIR=`finddir B_APPS_DIRECTORY`/Pingus |
|---|
| 20 | make install PREFIX=$INSTALLDIR |
|---|
| 21 | } |
|---|
| 22 | |
|---|
| 23 | LICENSE="GNU GPL v2" |
|---|
| 24 | COPYRIGHT="1998-2011 Ingo Ruhnke" |
|---|