2023-07-05 02:23:48 -04:00

24 lines
540 B
Plaintext

# Description: Xfce4-screenshooter allows you to capture the entire screen, the active window or a selected region.
# URL: https://xfce.org
# Maintainer: mac-a-r0ni, j at lngn dot net
# Depends on: xfce4-panel libsoup3
name=xfce4-screenshooter
version=1.10.4
release=1
source=(https://archive.xfce.org/src/apps/xfce4-screenshooter/1.10/xfce4-screenshooter-$version.tar.bz2)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--libexecdir=/usr/lib \
--disable-nls \
--sysconfdir=/etc
make
make DESTDIR=$PKG install
}