talimat 522 B

12345678910111213141516171819
  1. # Tanım: Mevcut hava koşullarına ve tahminlerine erişin.
  2. # URL: https://wiki.gnome.org/Apps/Weather
  3. # Paketçi: yasarciv67
  4. # Gerekler: gsettings-desktop-schemas desktop-file-utils gtk-update-icon-cache gtk3 gjs libgweather desktop-file-utils geoclue2
  5. # Grup: gnome
  6. isim=gnome-weather
  7. surum=3.26.0
  8. devir=1
  9. kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${surum%.*}/$isim-$surum.tar.xz)
  10. derle() {
  11. cd $isim-$surum
  12. ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
  13. make
  14. make DESTDIR=$PKG install
  15. }