1
0

improvements and more stuffs

This commit is contained in:
dtb
2023-11-25 12:54:18 -07:00
parent f1d8102be5
commit c89a46ad0b
15 changed files with 141 additions and 19 deletions

17
soft/scrot Normal file
View File

@@ -0,0 +1,17 @@
#!/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