# $Header: /magellan-cvs/smage/parted/parted-1.8.8-r2.smage2,v 1.1 2008/04/20 22:05:16 niro Exp $ PNAME="parted" PVER="1.8.8" PBUILD="r2" PCATEGORIE="sys-fs" STATE="unstable" DESCRIPTION="parted is useful for creating space for new operating systems, reorganising disk usage, copying data on hard disks and disk imaging." HOMEPAGE="http://www.gnu.org/software/parted/" DEPEND=">= sys-libs/ncurses-5.6 >= sys-libs/readline-5.2 >= sys-fs/e2fsprogs-1.40 >= sys-fs/device-mapper-1.02.25" SDEPEND=">= sys-dev/gettext-0.17" SRCFILE="${PNAME}-${PVER}.tar.bz2" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude mbuild SRC_URI=( gnu://${PNAME}/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) src_compile() { cd ${SRCDIR} mconfigure \ --with-readline \ --enable-nls \ --enable-device-mapper \ --disable-selinux \ --disable-rpath \ --disable-Werror \ || die mmake || die }