milis/talimatname/genel/ristretto/talimat

19 lines
502 B
Plaintext
Raw Normal View History

2017-04-14 13:52:59 +02:00
# Description: Ristretto, Xfce masaüstü ortamı için hızlı ve hafif bir resim görüntüleme aracıdır.
2016-03-02 16:12:51 +01:00
# URL: http://goodies.xfce.org/projects/applications/ristretto
2017-04-14 13:52:59 +02:00
# Packager: milisarge
2016-03-02 16:12:51 +01:00
# 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
}