milis/talimatname/genel/n/network-manager-applet/talimat

21 lines
656 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Ağın daha doğrudan yönetilebilir olmasını sağlayan basitleştiren ve geliştiren araçlar
# URL: http://projects.gnome.org/NetworkManager/
# Paketçi: milisarge
# Gerekler: gtk3 gconf iso-codes gobject-introspection libgnome-keyring gnome-keyring libsecret libnotify networkmanager polkit-gnome modemmanager gtk-update-icon-cache
isim=network-manager-applet
surum=1.4.6
devir=1
kaynak=( http://ftp.gnome.org/pub/gnome/sources/$isim/1.4/$isim-$surum.tar.xz)
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--sysconfdir=/etc \
--disable-static \
--without-team
make
make DESTDIR=$PKG install
}