milis/talimatname/genel/n/nautilus/talimat

20 lines
572 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: GNOME dosya yöneticisi
2017-07-25 22:21:02 +02:00
# URL: http://live.gnome.org/Nautilus
2017-10-27 20:46:27 +02:00
# Paketçi: yasarciv67@gmail.com
# Gerekler: gnome-autoar libnotify gnome-desktop shared-mime-info gobject-introspection exempi libexif gvfs gtk-update-icon-cache desktop-file-utils libselinux desktop-file-utils tracker
2017-07-25 22:21:02 +02:00
name=nautilus
version=3.22.3
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc \
--disable-packagekit
make
make DESTDIR=$PKG install
}