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

Context Navigation

  • Back to Ticket #230

Ticket #230: visualboyadvance-1.7.2.bep

File visualboyadvance-1.7.2.bep, 604 bytes (added by scottmc, 5 years ago)

bep for 1.7.2, not yet working

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"
10       
11       
12BUILD {
13        cd VisualBoyAdvance-1.7.2
14        libtoolize --force --copy --install
15        autoreconf -i
16        ./configure --prefix=/boot/common --enable-c-core --disable-profiling --without-mmx
17        make
18}
19
20INSTALL {
21        cd VisualBoyAdvance-1.7.2
22        make install
23}

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/