From 35ef70353227e4dff60fc36437f08293be752b25 Mon Sep 17 00:00:00 2001 From: Jay Freeman Date: Wed, 9 Jan 2008 22:21:43 +0000 Subject: Factored out --enable-{static=no,shared=yes}, did some extreme porting on pkg-config and libtool, added support for numerous X libraries and a few X applications, and got a solid build of Python with a bunch of modules (compiled as a shared library with the right extensions ;P). git-svn-id: http://svn.telesphoreo.org/trunk@12 514c082c-b64e-11dc-b46d-3d985efe055d --- data/xau/make.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/xau/make.sh (limited to 'data/xau/make.sh') diff --git a/data/xau/make.sh b/data/xau/make.sh new file mode 100644 index 000000000..35a54076e --- /dev/null +++ b/data/xau/make.sh @@ -0,0 +1,5 @@ +pkg:extract +cd * +pkg:configure +make +pkg:install -- cgit v1.2.3