contrib/scrot/Pkgfile

25 lines
624 B
Plaintext
Raw Normal View History

2007-09-13 00:27:39 +10:00
# Description: Commandline screen capture.
# URL: https://github.com/resurrecting-open-source-projects/scrot
2014-11-10 23:28:07 +11:00
# Maintainer: Danny Rawlins, crux at romster dot me
2023-01-13 16:59:34 +00: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 10:41:56 +00: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 17:08:56 +11:00
./autogen.sh
2019-03-10 15:50:56 +11:00
./configure \
--prefix=/usr \
--mandir=/usr/share/man
2006-10-29 12:26:50 +01:00
make
make DESTDIR=$PKG install
2021-02-06 14:03:34 +11:00
rm -r $PKG/usr/share/doc
2006-10-29 12:26:50 +01:00
}