talimat 484 B

123456789101112131415161718192021
  1. # Description: GTK+3 saat dilimi haritası aracı
  2. # URL: https://launchpad.net/timezonemap
  3. # Packager: alihan-ozturk28@hotmail.com
  4. # Depends on: gtk3 json-glib vala gobject-introspection libsoup
  5. name=libtimezonemap
  6. version=0.4.5
  7. release=1
  8. source=( https://launchpad.net/ubuntu/+archive/primary/+files/libtimezonemap_0.4.5.tar.gz)
  9. build() {
  10. cd $name-$version
  11. autoreconf -vfi
  12. ./configure --prefix=/usr --enable-introspection --with-gtk=3
  13. make
  14. make DESTDIR=$PKG install
  15. }