mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
29 lines
633 B
Plaintext
29 lines
633 B
Plaintext
DESCRIPTION="glib"
|
|
HOMEPAGE="http://www.gtk.org/"
|
|
SRC_URI="http://ftp.gnome.org/pub/gnome/sources/glib/2.24/glib-2.24.1.tar.gz"
|
|
CHECKSUM_MD5="e61f2e9636f9d57067c4e3a690b9911a"
|
|
REVISION="2"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
BUILD {
|
|
cd glib-2.24.1
|
|
rm -rf aclocal.m4
|
|
mkdir -p m4
|
|
cp ../../gtk-doc.m4 m4
|
|
libtoolize --force --copy --install
|
|
aclocal --install -I m4
|
|
autoconf
|
|
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
|
--with-threads=posix \
|
|
LDFLAGS=-lnetwork
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd glib-2.24.1
|
|
make install
|
|
}
|
|
|
|
LICENSE="GNU LGPL v2"
|
|
COPYRIGHT="" # TODO: Need to determine who/what to list for the copyright on this one.
|