HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #533

Ticket #533: pingus-0.7.3.bep

File pingus-0.7.3.bep, 696 bytes (added by michaelvoliveira, 4 years ago)
Line 
1DESCRIPTION="Pingus is a free Lemmings like puzzle game"
2HOMEPAGE="http://pingus.seul.org"
3SRC_URI="http://pingus.seul.org/files/pingus-0.7.3.tar.bz2"
4CHECKSUM_MD5="7d1a0b0d658cc46dd09d6274f39acc7d"
5REVISION="1"
6STATUS_HAIKU="stable"
7MESSAGE="For some unknow reason, scons don't find libboost_signals at /boot/common/lib. Please create a symlink to /boot/develop/lib/x86"
8DEPEND="dev-libs/boost >= 1.42.0
9                dev-util/scons >= 1.0.1
10                media-libs/libsdl >= 1.2.14"
11
12BUILD {
13        cd pingus-0.7.3
14        scons configure with_linuxevdev=False
15        scons
16}
17
18INSTALL {
19        cd pingus-0.7.3
20        INSTALLDIR=`finddir B_APPS_DIRECTORY`/Pingus
21        ./install.sh $INSTALLDIR
22}
23
24LICENSE="GNU GPL v2"
25COPYRIGHT="1998-2010 Ingo Ruhnke"

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/