milis/talimatname/genel/g/gparted/talimat

21 lines
605 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: Gparted, disk bölümlerini oluşturabilen, yeniden düzenleyen veya silebilen bir Gtk 2 GUI olan Gnome bölümü düzenleyicidir.
# URL: http://gparted.sourceforge.net/
# Paketçi: milisarge
# Gerekler: ssh-askpass gnome-doc-utils gtk2 parted gtkmm libsigc++ ntfs-3g lvm2
isim=gparted
surum=0.27.0
devir=1
kaynak=(http://downloads.sourceforge.net/$isim/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--disable-static \
--disable-doc
make
make DESTDIR=$PKG install
sed -i 's/Exec=/Exec=sudo -A /' \
$PKG/usr/share/applications/gparted.desktop
}