Files
BMLFS/build-scripts/xfce4-appfinder-4.14.0.build

10 lines
268 B
Bash

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