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

Context Navigation

  • Back to Ticket #650

Ticket #650: vbox_additions-4.2.2_r1.bep

File vbox_additions-4.2.2_r1.bep, 596 bytes (added by kallisti5, 3 years ago)

r1

Line 
1DESCRIPTION="VirtualBox is a professional x86 machine emulator."
2HOMEPAGE="http://www.virtualbox.org"
3SRC_URI="http://download.virtualbox.org/virtualbox/4.2.2/VirtualBox-4.2.2.tar.bz2"
4REVISION="1"
5STATUS_HAIKU="stable"
6DEPEND=""
7CHECKSUM_MD5="2b65dcd9649e56ac6338670b3fb4a14d"
8
9BUILD {
10        cd VirtualBox-4.2.2
11        export PATH=$PATH:`pwd`/kBuild/bin/haiku.x86/
12        ./configure --build-headless --disable-python --disable-java
13        kmk VBOX_ONLY_ADDITIONS=1 VBOX_WITH_ADDITION_DRIVERS=1 VBOX_USE_GCC4=1 all
14}
15
16INSTALL {
17        cd VirtualBox-4.2.2
18        make install
19}
20
21COPYRIGHT="2012 Oracle Corporation"
22LICENSE="MIT"

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/