contrib/scrot/Pkgfile

25 lines
624 B
Plaintext
Raw Normal View History

2007-09-12 16:27:39 +02:00
# Description: Commandline screen capture.
# URL: https://github.com/resurrecting-open-source-projects/scrot
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
2023-01-13 17:59:34 +01:00
# Depends on: autoconf-archive giblib libbsd xorg-libxcomposite xorg-libxcursor xorg-libxinerama
2006-10-29 12:26:50 +01:00
name=scrot
2023-01-21 11:41:56 +01:00
version=1.8.1
2006-10-29 12:26:50 +01:00
release=1
source=(https://github.com/resurrecting-open-source-projects/scrot/archive/$version/$name-$version.tar.gz)
2006-10-29 12:26:50 +01:00
build() {
export PKG_CONFIG_PATH="/usr/opt/libbsd/lib/pkgconfig"
cd $name-$version
2015-10-31 07:08:56 +01:00
./autogen.sh
2019-03-10 05:50:56 +01:00
./configure \
--prefix=/usr \
--mandir=/usr/share/man
2006-10-29 12:26:50 +01:00
make
make DESTDIR=$PKG install
2021-02-06 04:03:34 +01:00
rm -r $PKG/usr/share/doc
2006-10-29 12:26:50 +01:00
}