build_desktop-file-utils() { HERE=`pwd` NAME=libevent VER=2.0.16 PKGPATH=$1 export LDFLAGS="-L$PKGPATH/lib:/apps/gtk3/lib" export CPPFLAGS="-I$PKGPATH/include -I/apps/gtk3/include" export PATH="$PKGPATH/localbin:/apps/gtk3/bin:$PATH" export PKG_CONFIG_PATH="$PKGPATH/lib/pkgconfig:/apps/gtk3/lib/pkgconfig:$PKG_CONFIG_PATH" tar xvf desktop-file-utils-0.19.tar.xz || exit 1 cd desktop-file-utils-0.19 || exit 1 ./configure --prefix="$PKGPATH" --bindir="$PKGPATH"/localbin || exit 1 make || exit 1 make install || exit 1 cd "$HERE" touch "$TMPDIR"/libevent }