talimat 594 B

12345678910111213141516171819
  1. # Tanım: WebKit oluşturma altyapısına dayalı bir GNOME web tarayıcısı.
  2. # URL: http://www.gnome.org
  3. # Paketçi: yasarciv67
  4. # Gerekler: adwaita-icon-theme avahi libwnck3 avahi gcr gnome-desktop iso-codes libgnome-keyring libnotify webkit2gtk3 gobject-introspection nss xorg-libxkbfile gnome-desktop gsettings-desktop-schemas desktop-file-utils gtk-update-icon-cache
  5. # Grup: ağ
  6. isim=epiphany
  7. surum=3.22.4
  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
  13. make
  14. make DESTDIR=$PKG install
  15. }