milis/talimatname/genel/s/scrot/talimat

21 lines
457 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: X için basit bir komut satırı ekran görüntüsü programı
# URL: http://scrot.sourcearchive.com/
# Paketçi: milisarge
# Gerekler: giblib
# Grup: sistem
isim=scrot
surum=0.8.17
devir=1
kaynak=("http://scrot.sourcearchive.com/downloads/0.8-17/scrot_0.8.orig.tar.gz")
derle() {
cd $SRC/$isim-0.8
./configure --prefix=/usr \
--mandir=/usr/share/man
make
make DESTDIR=$PKG docsdir=/usr/share/doc/scrot install
}