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

Context Navigation

  • Back to Ticket #304

Ticket #304: gnome-common.bep

File gnome-common.bep, 443 bytes (added by michaelvoliveira, 5 years ago)

initial .bep file

Line 
1DESCRIPTION="A module that is required only when building GNOME from the repository"
2HOMEPAGE="http://git.gnome.org/browse/gnome-common/"
3SRC_URI="git clone git://git.gnome.org/gnome-common"
4REVISION="1"
5STATUS_R5="untested"
6STATUS_BONE="untested"
7STATUS_HAIKU="stable"
8DEPEND=""
9BUILD {
10        cd gnome-common
11         ./autogen.sh
12        ./configure --prefix=/boot/common
13        make
14}
15       
16INSTALL {
17        cd gnome-common
18        make install
19}

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/