mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-08-16 16:39:38 +00:00
9 lines
264 B
Bash
9 lines
264 B
Bash
#! /bin/bash
|
|
|
|
# libxfce4util 4.14.0.tar.bz2
|
|
# source: http://archive.xfce.org/src/xfce/libxfce4util/4.14/libxfce4util-4.14.0.tar.bz2
|
|
|
|
./configure --prefix=/usr $BUILDTRUPLE &&
|
|
read -p "compile?" && make -j2 &&
|
|
read -p "install?" && sudo -S porg -lD "make install"
|