milis/talimatname/genel/l/libtimezonemap/talimat

21 lines
471 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: GTK+3 saat dilimi haritası aracı
2016-10-17 22:43:50 +02:00
# URL: https://launchpad.net/timezonemap
2017-10-27 20:46:27 +02:00
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: gtk3 json-glib vala gobject-introspection libsoup
2016-10-17 22:43:50 +02:00
2017-10-28 14:10:23 +02:00
isim=libtimezonemap
surum=0.4.5
devir=1
2016-10-17 22:43:50 +02:00
2017-10-28 14:10:23 +02:00
kaynak=( https://launchpad.net/ubuntu/+archive/primary/+files/libtimezonemap_0.4.5.tar.gz)
2016-10-17 22:43:50 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2016-10-17 22:43:50 +02:00
autoreconf -vfi
./configure --prefix=/usr --enable-introspection --with-gtk=3
make
make DESTDIR=$PKG install
}