milis/talimatname/genel/ristretto/talimat

19 lines
502 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.

# Description: 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
# Packager: milisarge
# Depends on: xorg-libxinerama xorg-libxrandr xorg-libsm thunar libexif
name=ristretto
version=0.8.0
release=1
source=(http://archive.xfce.org/src/apps/$name/${version%.*}/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc
make
make DESTDIR=$PKG install
}