# Tanım: GTK+3 saat dilimi haritası aracı
# URL: https://launchpad.net/timezonemap
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: gtk3 json-glib vala gobject-introspection libsoup

isim=libtimezonemap
surum=0.4.5
devir=1


kaynak=( https://launchpad.net/ubuntu/+archive/primary/+files/libtimezonemap_0.4.5.tar.gz)

derle() {
cd $isim-$surum
  autoreconf -vfi
  ./configure --prefix=/usr --enable-introspection --with-gtk=3
  
  make
  make DESTDIR=$PKG install
}
