contrib/scrot/Pkgfile

22 lines
515 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
# Depends on: autoconf-archive giblib xorg-libxcursor xorg-libxcomposite
2006-10-29 12:26:50 +01:00
name=scrot
version=1.4
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() {
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
}