milis/talimatname/genel/v/viewnior/talimat

19 lines
411 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: Hızlı ve basit GTK+ resim görüntüleyici
# URL: http://xsisqox.github.io/Viewnior/
# Paketçi: milisarge
# Gerekler: glib gtk2 gnome-common shared-mime-info exiv2
# Grup: medya
isim=viewnior
surum=1.6
devir=1
kaynak=(https://github.com/xsisqox/Viewnior/archive/$isim-$surum.tar.gz)
derle() {
cd Viewnior-$isim-$surum
./autogen.sh
./configure
make
make DESTDIR=$PKG install
}