milis/talimatname/genel/viewnior/talimat

18 lines
412 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: Hızlı ve basit GTK+ resim görüntüleyici
# URL: http://xsisqox.github.io/Viewnior/
# packager: milisarge
# Depends on: glib gtk2 gnome-common shared-mime-info exiv2
name=viewnior
version=1.6
release=1
source=(https://github.com/xsisqox/Viewnior/archive/$name-$version.tar.gz)
build() {
cd Viewnior-$name-$version
./autogen.sh
./configure
make
make DESTDIR=$PKG install
}