improvements and more stuffs
This commit is contained in:
17
soft/scrot
Normal file
17
soft/scrot
Normal 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
|
||||
Reference in New Issue
Block a user