milis/talimatname/genel/eom/talimat

21 lines
560 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: MATE için bir resim görüntüleme ve kataloglama programı (GTK2 sürümü)
# URL: http://matsusoft.com.ar/projects/mate
# Packager: milisarge yasarciv
# Depends on: exempi gtk3 gtk-update-icon-cache libexif mate-desktop mate-icon-theme python-gobject2 python-gtk
name=eom
version=1.16.0
release=1
source=(http://pub.mate-desktop.org/releases/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--disable-python
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/gtk-doc
}