Files
BMLFS/build-scripts/xfwm4-4.14.0.build

10 lines
253 B
Bash

#! /bin/bash
# xfwm4 4.14.0
# source: http://archive.xfce.org/src/xfce/xfwm4/4.14/xfwm4-4.14.0.tar.bz2
./configure --prefix=/usr \
$BUILDTRUPLE &&
read -p "Compile? " && make -j2 &&
read -p "Install? " && sudo -S porg -lD "make install"