Files
BMLFS/build-scripts/libbytesize-2.1.build

10 lines
284 B
Bash

#! /bin/bash
# libbytesize-2.1
# source: https://github.com/storaged-project/libbytesize/releases/download/2.1/libbytesize-2.1.tar.gz
./configure --prefix=/usr $BUILDTRUPLE --with-python3 &&
read -p "Compile? " && make -j2 &&
read -p "Install? " && sudo -S porg -lD "make install"