# $Id$ PNAME="grubby" PVER="7.0.18" PBUILD="r1" PCATEGORIE="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.20 >= sys-fs/e2fsprogs-1.41" SDEPEND=">= dev-util/pkgconfig-0.25" SRCFILE="${PNAME}-${PVER}.tar.bz2" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" MCORE_ONLY_KEEP="sbin" sminclude mbuild mcore-split # not using fedora upstream, got our own fork! SRC_URI=( mirror://${PNAME}/${SRCFILE} ) # fake UP2DATE="echo ${PVER}" src_compile() { cd ${SRCDIR} mmake || die }