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