scrot: 1.11.1

This commit is contained in:
Daniel Azevedo 2024-10-01 15:02:34 +01:00
parent 8ddf1f11a6
commit 6b87a4fd93
4 changed files with 33 additions and 0 deletions

8
scrot/.footprint Normal file
View file

@ -0,0 +1,8 @@
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/doc/
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
scrot/.md5sum Normal file
View file

@ -0,0 +1 @@
74dd9bf4281b9a01e6a52cb7d470ef96 1.11.1.tar.gz

5
scrot/.signature Normal file
View file

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/d77crux.pub
RWT0dvMs3lAWkGv9cDGGiqrbzQHoCg83OP8RP7ZK6HxMyVNNmY77u00lCM5vJ6j261QGU4J7sK69afWcNpJGzeGwYoB1QGyUNgM=
SHA256 (Pkgfile) = f09e980636612271027c5f8b6379a06cb7b14d60646e05b666f1a4690a749b8d
SHA256 (.footprint) = 3bbf615144f3a156b7e098d6c7f4c54ccaea773a3b743a54fc4703a855beb685
SHA256 (1.11.1.tar.gz) = ea9949e80c3c60e335768402f66adad1b119b4c4e9b1daf90dff290f3c1114eb

19
scrot/Pkgfile Normal file
View file

@ -0,0 +1,19 @@
# Description: Command line screen capture utility.
# URL: https://github.com/ressurecting-open-source-projects/scrot
# Maintainer: Daniel Azevedo, daniazevedo77 at posteo dot net
# Depends on: autoconf autoconf-archive pkgconf imlib2 libbsd xorg-libxinerama xorg-libxcomposite
name=scrot
version=1.11.1
release=2
source=(https://github.com/resurrecting-open-source-projects/$name/archive/refs/tags/1.11.1.tar.gz)
build() {
cd $name-1.11.1
./autogen.sh
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc/scrot/
}