2017-04-14 14:44:18 +02:00
|
|
|
|
# Description: X için basit bir komut satırı ekran görüntüsü programı
|
2016-02-24 01:27:23 +01:00
|
|
|
|
# URL: http://scrot.sourcearchive.com/
|
2017-04-14 14:44:18 +02:00
|
|
|
|
# Packager: milisarge
|
2016-02-24 01:27:23 +01:00
|
|
|
|
# Depends on: giblib
|
|
|
|
|
|
|
|
|
|
name=scrot
|
|
|
|
|
version=0.8.17
|
|
|
|
|
release=1
|
|
|
|
|
|
|
|
|
|
source=("http://scrot.sourcearchive.com/downloads/0.8-17/scrot_0.8.orig.tar.gz")
|
|
|
|
|
|
|
|
|
|
build() {
|
|
|
|
|
cd $SRC/$name-0.8
|
|
|
|
|
./configure --prefix=/usr \
|
|
|
|
|
--mandir=/usr/share/man
|
|
|
|
|
make
|
|
|
|
|
|
|
|
|
|
make DESTDIR=$PKG docsdir=/usr/share/doc/scrot install
|
|
|
|
|
}
|