# fss-0002

main:
  ./configure $CONF --without-help-formats --disable-doc --enable-libparted-dmraid
  make LDFLAGS="-pthread"
  make install
  rm -Rf /sbin/gparted
  mv -v /sbin/gpartedbin /sbin/gparted
  chgrp e_partition /sbin/gparted
  chmod o-rx /sbin/gparted
  rm -f /share/applications/gparted.desktop
  cp -v ${PR}disk_partitioner.desktop /share/applications/
