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.4.bep

File pingus-0.7.4.bep, 670 bytes (added by michaelvoliveira, 4 years ago)

the install section is not perfect yet...

Line 
1DESCRIPTION="Pingus is a free Lemmings like puzzle game"
2HOMEPAGE="http://pingus.seul.org"
3SRC_URI="http://pingus.googlecode.com/files/pingus-0.7.4.tar.bz2"
4CHECKSUM_MD5="82742bc9906cad98338cfd3ea700b396"
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.4
14        scons
15}
16
17INSTALL {
18        cd pingus-0.7.4
19        INSTALLDIR=`finddir B_APPS_DIRECTORY`/Pingus
20        make install PREFIX=$INSTALLDIR
21}
22
23LICENSE="GNU GPL v2"
24COPYRIGHT="1998-2011 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/