milis/talimatname/genel/g/gnome-maps/talimat

20 lines
543 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: Bu paket GNOME için bir harita uygulamasıdır.
# URL: http://www.gnome.org
# Paketçi: yasarciv67
# Gerekler: gsettings-desktop-schemas desktop-file-utils gtk-update-icon-cache clutter-gtk geoclue2 geocode-glib gjs libchamplain libgee folks gfbgraph
# Grup: bilim
isim=gnome-maps
surum=3.22.2
devir=1
kaynak=(http://download.gnome.org/sources/$isim/${version:0:4}/$isim-$surum.tar.xz)
derle() {
cd $isim-$surum
./configure --prefix=/usr
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
make DESTDIR=$PKG install
}