Files
BMLFS/build-scripts/xfce4-power-manager-1.6.5.build

12 lines
326 B
Bash

#! /bin/bash
# xfce4 Power Manager 1.6.5
# Source: http://archive.xfce.org/src/xfce/xfce4-power-manager/1.6/xfce4-power-manager-1.6.5.tar.bz2
./configure --prefix=/usr \
--sysconfdir=/etc \
$BUILDTRUPLE &&
read -p "Compile? " && make -j2 &&
read -p "Install? " && sudo -S porg -lD "make install"