From 9e334faf2e0ae5e3bd753bfb19853f65a3bc9ee8 Mon Sep 17 00:00:00 2001 From: kurt Date: Mon, 30 Apr 2012 01:11:02 -0400 Subject: Initial Commit --- (limited to 'build') diff --git a/build b/build new file mode 100755 index 0000000..d229f60 --- /dev/null +++ b/build @@ -0,0 +1,19 @@ +#! /usr/bin/make -f + +glib glibheaders: glib.buildstamp + +.SILENT: glib.buildstamp +glib.buildstamp: + cd src && ./configure --prefix=/usr --includedir=/usr/include &&\ + make && make DESTDIR=$$(pwd)/../dest install + oh-strip -gl usr/lib/libglib-2.0.so.0.2000.0 + oh-strip -gl usr/lib/libgobject-2.0.so.0.2000.0 + oh-strip -gl usr/lib/libgmodule-2.0.so.0.2000.0 + oh-strip -gl usr/lib/libgio-2.0.so.0.2000.0 + oh-strip -gl usr/lib/libgthread-2.0.so.0.2000.0 + bash + oh-installfiles glib glibheaders + oh-installdocs glib + oh-gencontrol glib glibheaders + oh-buildopk glib glibheaders + touch glib.buildstamp -- cgit v0.9.1