milis/talimatname/genel/x/xviewer/talimat

20 lines
480 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: Basit ve kullanımı kolay bir resim görüntüleyici.
# URL: https://github.com/linuxmint/xviewer
# Paketçi: milisarge
# Gerekler: gnome-common gnome-desktop libglade yelp-tools libpeas
isim=xviewer
surum=1.6.1
devir=1
kaynak=(https://github.com/linuxmint/$isim/archive/$surum.tar.gz::$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
gnome-autogen.sh --prefix="/usr" \
--localstatedir="/var" \
--libexecdir="/usr/lib/$isim"
make
make DESTDIR=$PKG install
}