talimat 453 B

1234567891011121314151617181920
  1. # Description: X için basit bir komut satırı ekran görüntüsü programı
  2. # URL: http://scrot.sourcearchive.com/
  3. # Packager: milisarge
  4. # Depends on: giblib
  5. name=scrot
  6. version=0.8.17
  7. release=1
  8. source=("http://scrot.sourcearchive.com/downloads/0.8-17/scrot_0.8.orig.tar.gz")
  9. build() {
  10. cd $SRC/$name-0.8
  11. ./configure --prefix=/usr \
  12. --mandir=/usr/share/man
  13. make
  14. make DESTDIR=$PKG docsdir=/usr/share/doc/scrot install
  15. }