milis/talimatname/genel/l/libtimezonemap/talimat

22 lines
486 B
Plaintext
Raw Normal View History

2018-06-09 00:06:58 +02:00
# 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
2018-08-08 14:18:27 +02:00
# Grup: sistem
2018-06-09 00:06:58 +02:00
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
}