20 lines
453 B
Plaintext
20 lines
453 B
Plaintext
# Description: X için basit bir komut satırı ekran görüntüsü programı
|
||
# URL: http://scrot.sourcearchive.com/
|
||
# Packager: milisarge
|
||
# 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
|
||
}
|