Initial .bep file for gnome-common, this one from michaelvoliveira.

This commit is contained in:
Scott McCreary
2010-10-01 03:56:02 +00:00
parent cdb21e6df9
commit eb2bb7ee85
2 changed files with 33 additions and 6 deletions

View File

@@ -0,0 +1,20 @@
DESCRIPTION="A module that is required only when building GNOME from the repository"
HOMEPAGE="http://git.gnome.org/browse/gnome-common/"
SRC_URI="git+git://git.gnome.org/gnome-common"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd gnome-common-2.28
./autogen.sh
./configure --prefix=/boot/common
make
}
INSTALL {
cd gnome-common-2.28
make install
}
LICENSE="GNU GPL v3"
COPYRIGHT="1999-2010 Martin Baulig"

View File

@@ -1,13 +1,20 @@
DESCRIPTION="Pango is a library for laying out and rendering of text, with an emphasis on internationalization."
HOMEPAGE="http://www.pango.org/"
SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/pango/1.28/pango-1.28.1.tar.gz"
CHECKSUM_MD5="8c0418a1400df7c4d08db5dbd3287d53"
REVISION="1"
STATUS_HAIKU="broken"
DEPEND="fontconfig >= 2.8.0
cairo > 1.8.0"
#CHECKSUM_MD5=""
STATUS_HAIKU="stable"
DEPEND="pkgconfig >= 0.23
dev-libs/glib >= 2.24.1
dev-libs/libxslt >= 1.1.26
dev-util/gtk-doc >= 1.15
gnome-base/gnome-common >= 2.28
media-libs/fontconfig >= 2.8.0
x11-libs/cairo >= 1.8.10"
BUILD {
cd pango-1.28.1
./autogen.sh
./configure --prefix=/boot/common
make
}
@@ -17,5 +24,5 @@ INSTALL {
make install
}
#LICENSE=""
#COPYRIGHT=""
LICENSE="GNU LGPL v2.1"
COPYRIGHT="2002-2010 Owen Taylor"