Files
BMLFS/build-scripts/xfconf-4.14.1.build

10 lines
239 B
Bash

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