Skip to content

Commit

Permalink
scrot: initial commit, v1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Dec 17, 2023
1 parent bf54217 commit 6a42517
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scrot/.footprint
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/scrot
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/scrot.1.gz
1 change: 1 addition & 0 deletions scrot/.md5sum
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
37854f05578dfa6ee0ecbe581dc3018b scrot-1.10.tar.gz
23 changes: 23 additions & 0 deletions scrot/Pkgfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Description: Command-line screenshot utility for X
# URL: https://github.com/resurrecting-open-source-projects/scrot
# Depends on: autoconf-archive imlib2 xorg-libxcomposite xorg-libxinerama

name=scrot
version=1.10
release=1
source=https://github.com/resurrecting-open-source-projects/scrot/archive/$version/scrot-$version.tar.gz

build() {
mkdir build; cd build

autoreconf -fi ../$name-$version
../$name-$version/configure \
--prefix=/usr \
--mandir=/usr/share/man \

make V=1
make DESTDIR=$PKG install

# remove junk
rm -r $PKG/usr/share/doc
}

0 comments on commit 6a42517

Please sign in to comment.