mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-30 12:08:53 +02:00
25 lines
486 B
Bash
25 lines
486 B
Bash
DESCRIPTION="
|
|
A module that is required only when building GNOME from the repository.
|
|
"
|
|
HOMEPAGE="http://git.gnome.org/browse/gnome-common/"
|
|
SOURCE_URI="git+git://git.gnome.org/gnome-common"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
BUILD()
|
|
{
|
|
cd gnome-common-2.28
|
|
./autogen.sh
|
|
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
|
make
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
cd gnome-common-2.28
|
|
make install
|
|
}
|
|
|
|
LICENSE="GNU GPL v3"
|
|
COPYRIGHT="1999-2010 Martin Baulig"
|