Files
BMLFS/build-scripts/exo-0.12.8.build

11 lines
275 B
Bash

#! /bin/bash
# EXO 0.12.8
# source: http://archive.xfce.org/src/xfce/exo/0.12/exo-0.12.8.tar.bz2
./configure --prefix=/usr \
--sysconfdir=/etc \
$BUILDTRUPLE &&
read -p "compile?" && make -j2 &&
read -p "install?" && sudo -S porg -lD "make install"