milis/talimatname/genel/gparted/talimat

21 lines
595 B
Plaintext

# Description: Gparted is the Gnome Partition Editor, a Gtk 2 GUI that can create, reorganise or delete disk partitions.
# URL: http://gparted.sourceforge.net/
# Packager: milisarge
# Depends on: ssh-askpass gnome-doc-utils gtk2 parted gtkmm libsigc++ ntfs-3g lvm2
name=gparted
version=0.27.0
release=1
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./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
}