milis/talimatname/genel/g/geeqie/talimat

25 lines
498 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: image dosyalari icin hafif bir goruntuleyici
# URL: http://www.geeqie.org/
# Paketçi: milisarge
# Gerekler: exiv2 gtk2 lcms desktop-file-utils intltool librsvg fbida
name=geeqie
version=1.3
release=1
source=(http://www.geeqie.org/${name}-${version}.tar.xz )
build() {
cd $name-$version
./autogen.sh
tamir_gtk2
./configure --prefix=/usr \
--disable-lirc \
--disable-gtk3 \
--disable-doxygen-doc \
--disable-doxygen-dot \
--disable-lua
make
make DESTDIR=$PKG install
}