1
0
src/soft/scrot
2023-11-25 12:54:18 -07:00

18 lines
339 B
Bash

#!/bin/sh
NAME=scrot
VERSION=nightly
UPSTREAM=https://github.com/resurrecting-open-source-projects/scrot.git
. soft
# depends on
# autoconf
# autoconf-archive
# imlib2-devel
# libxcomposite-devel
# libxfixes-devel
sh -c 'cd "$SRC"; ./autogen.sh'
sh -c 'cd "$SRC"; ./configure MAKE="$MAKE" PREFIX="$PREFIX"'
$MAKE -C "$SRC" install