milis/talimatname/genel/r/ristretto/talimat

20 lines
499 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: Ristretto, Xfce masaüstü ortamı için hızlı ve hafif bir resim görüntüleme aracıdır.
# URL: http://goodies.xfce.org/projects/applications/ristretto
# Paketçi: milisarge
# Gerekler: xorg-libxinerama xorg-libxrandr xorg-libsm thunar libexif
# Grup: medya
isim=ristretto
surum=0.8.0
devir=1
kaynak=(http://archive.xfce.org/src/apps/$isim/${surum%.*}/$isim-$surum.tar.bz2)
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--sysconfdir=/etc
make
make DESTDIR=$PKG install
}