milis/talimatname/genel/libtimezonemap/talimat

21 lines
484 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: GTK+3 saat dilimi haritası aracı
# URL: https://launchpad.net/timezonemap
# Packager: alihan-ozturk28@hotmail.com
# Depends on: gtk3 json-glib vala gobject-introspection libsoup
name=libtimezonemap
version=0.4.5
release=1
source=( https://launchpad.net/ubuntu/+archive/primary/+files/libtimezonemap_0.4.5.tar.gz)
build() {
cd $name-$version
autoreconf -vfi
./configure --prefix=/usr --enable-introspection --with-gtk=3
make
make DESTDIR=$PKG install
}