1234567891011121314151617181920 |
- # 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
- }
|