# $Id$ PNAME="grubby" PVER="8.10" PBUILD="r1" PCAT="sys-apps" DESCRIPTION="Command line tool for updating bootloader configs." HOMEPAGE="http://magellan-linux.de" # forked from http://git.fedorahosted.org/git/grubby.git DEPEND=">= dev-libs/popt-1.16 >= sys-apps/util-linux-2.19 >= sys-fs/e2fsprogs-1.41" SDEPEND=">= dev-util/pkgconfig-0.25" SRCFILE="${PNAME}-${PVER/_2/.2}.tar.bz2" SRCDIR="${BUILDDIR}/${PNAME}-${PVER/_2/.2}" sminclude mbuild msetfeature "!check" # not using fedora upstream, got our own fork! SRC_URI=( mirror://${PNAME}/${SRCFILE} ) # fake UP2DATE="echo ${PVER}" src_compile() { cd ${SRCDIR} mmake || die }