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
|
|
|
|
|
|
|
|
|
name=libtimezonemap
|
|
|
|
|
version=0.4.5
|
|
|
|
|
release=1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
source=( https://launchpad.net/ubuntu/+archive/primary/+files/libtimezonemap_0.4.5.tar.gz)
|
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2016-10-17 22:43:50 +02:00
|
|
|
|
cd $name-$version
|
|
|
|
|
autoreconf -vfi
|
|
|
|
|
./configure --prefix=/usr --enable-introspection --with-gtk=3
|
|
|
|
|
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|