Files
BMLFS/build-scripts/thunar-volman-0.9.5.build

11 lines
273 B
Bash

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