milis/talimatname/genel/l/libtimezonemap/talimat

22 lines
486 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: 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
# Grup: sistem
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
}