milis/talimatname/genel/e/epiphany/talimat

18 lines
594 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: WebKit oluşturma altyapısına dayalı bir GNOME web tarayıcısı.
2017-07-19 17:46:14 +02:00
# URL: http://www.gnome.org/"
2017-10-27 20:46:27 +02:00
# Paketçi: yasarciv67@gmail.com
# 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
2017-07-19 17:46:14 +02:00
2017-10-28 14:10:23 +02:00
isim=epiphany
surum=3.22.4
devir=1
2017-07-19 17:46:14 +02:00
2017-10-28 14:10:23 +02:00
kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${surum%.*}/$isim-$surum.tar.xz)
2017-07-19 17:46:14 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2017-07-19 17:46:14 +02:00
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}