Ticket #304: gnome-common-2.28.bep
| File gnome-common-2.28.bep, 461 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+git://git.gnome.org/gnome-common" |
| 4 | REVISION="1" |
| 5 | STATUS_HAIKU="stable" |
| 6 | DEPEND="" |
| 7 | BUILD { |
| 8 | cd gnome-common-2.28 |
| 9 | ./autogen.sh |
| 10 | ./configure --prefix=/boot/common |
| 11 | make |
| 12 | } |
| 13 | |
| 14 | INSTALL { |
| 15 | cd gnome-common-2.28 |
| 16 | make install |
| 17 | } |
| 18 | |
| 19 | LICENSE="GNU GPL v3" |
| 20 | COPYRIGHT="1999-2010 Martin Baulig" |
