milis/talimatname/genel/s/scrot/talimat

20 lines
446 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: 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-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: giblib
2016-02-24 01:27:23 +01:00
name=scrot
version=0.8.17
release=1
source=("http://scrot.sourcearchive.com/downloads/0.8-17/scrot_0.8.orig.tar.gz")
2017-10-27 23:59:41 +02:00
derle() {
2016-02-24 01:27:23 +01:00
cd $SRC/$name-0.8
./configure --prefix=/usr \
--mandir=/usr/share/man
make
make DESTDIR=$PKG docsdir=/usr/share/doc/scrot install
}