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

Context Navigation

  • Back to dev-games/guichan/0.8.2

dev-games/guichan/0.8.2: guichan-0.8.2.bep

File guichan-0.8.2.bep, 503 bytes (added by michaelvoliveira, 5 years ago)

Initial .bep file, it's all ok for me

Line 
1DESCRIPTION="guichan"
2HOMEPAGE="http://guichan.googlecode.com"
3SRC_URI="http://guichan.googlecode.com/files/guichan-0.8.2.tar.gz"
4CHECKSUM_MD5="af535d7f387e774e3197cef8023ea105"
5REVISION="1"
6STATUS_HAIKU="stable"
7DEPEND="pkgconfig >= 0.23
8                media-libs/allegro >= 4.4.1.1
9                media-libs/libsdl >= 1.2.14
10                media-libs/sdl-image >= 1.2.10"
11BUILD {
12        cd guichan-0.8.2
13        libtoolize --force --copy --install
14        autoreconf -i
15        ./configure --prefix=/boot/common
16        make
17}
18
19INSTALL {
20        cd guichan-0.8.2
21        make install
22}

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/