milis/talimatname/genel/e/eog/talimat

21 lines
618 B
Text
Raw Permalink Normal View History

2017-10-27 21:46:27 +03:00
# Tanım: Eye of Gnome: Bir görüntü izleme ve kataloglama programı.
2017-07-25 23:21:02 +03:00
# URL: http://www.gnome.org/
2018-08-17 06:10:08 +00:00
# Paketçi: yasarciv67
2017-10-27 21:46:27 +03:00
# Gerekler: gsettings-desktop-schemas desktop-file-utils gtk-update-icon-cache adwaita-icon-theme desktop-file-utils gnome-desktop gnome-icon-theme libpeas shared-mime-info yelp-xsl gobject-introspection librsvg exempi lcms2 libexif
2018-08-17 06:10:08 +00:00
# Grup: medya
2017-07-25 23:21:02 +03:00
2017-10-28 15:10:23 +03:00
isim=eog
surum=3.20.5
devir=1
2017-07-25 23:21:02 +03:00
2017-10-28 15:10:23 +03:00
kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${surum%.*}/$isim-$surum.tar.xz)
2017-07-25 23:21:02 +03:00
2017-10-28 00:59:41 +03:00
derle() {
2017-10-28 15:10:23 +03:00
cd $isim-$surum
2017-07-25 23:21:02 +03:00
./configure --prefix=/usr \
--localstatedir=/var \
--sysconfdir=/etc
make
make DESTDIR=$PKG install
}