#!/bin/sh -e # part of the gn*nix conspiracy http://gnnix.org # Copyright (C) Linus Sphinx 2004 # gnx functions make the distro system #------------------------------------------- gnxxtens() { gnxunwrap ${1} gnxfilelist start ${1} ./autogen.sh --prefix=${PREFIX}/X11R6 gnxmake gnxmake install echo "prefix=/usr/X11R6 exec_prefix=${prefix} libdir=${exec_prefix}/lib Name: Xrender Description: Xrender Version: 1.0 Cflags: Libs: -L${libdir} -lXrender" > /usr/X11R6/lib/pkgconfig/xrender.pc gnxfilelist finish ${1} } #eof