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

Context Navigation

  • Back to games-emulation/visualboyadvance/1.7.2

games-emulation/visualboyadvance/1.7.2: visualboyadvance-1.7.2.bep

File visualboyadvance-1.7.2.bep, 600 bytes (added by michaelvoliveira, 5 years ago)

Initial .bep file, with dependencies and checksum

Line 
1DESCRIPTION="VisualBoyAdvance"
2HOMEPAGE="http://vba.ngemu.com"
3SRC_URI="http://sourceforge.net/projects/vba/files/VisualBoyAdvance/1.7.2/VisualBoyAdvance-src-1.7.2.tar.gz"
4CHECKSUM_MD5="cc02339e3fd8efd9f23121b0a2f81fd8"
5REVISION="1"
6STATUS_HAIKU="stable"
7DEPEND="dev-lang/nasm >= 2.03.01
8        media-libs/libsdl >= 1.2.14
9        media-libs/sdl-mixer >= 1.2.11
10BUILD {
11        cd VisualBoyAdvance-1.7.2
12        libtoolize --force --copy --install
13        autoreconf -i
14        ./configure --prefix=/boot/common --enable-c-core --disable-profiling --without-mmx
15        make
16}
17
18INSTALL {
19        cd VisualBoyAdvance-1.7.2
20        make install
21}

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/