# $Id: v86d-0.1.9-r2.smage2 3201 2009-10-16 11:29:43Z niro $ PNAME="v86d" PVER="0.1.9" PBUILD="r3" PCATEGORIE="sys-apps" STATE="unstable" DESCRIPTION="v86d is the userspace helper for uvesafb that runs x86 code in an emulated environment." HOMEPAGE="http://dev.gentoo.org/~spock/projects/uvesafb/" DEPEND=">= virtual/glibc" SDEPEND=">= virtual/kernel-sources >= dev-libs/klibc-1.5" SRCFILE="${PNAME}-${PVER}.tar.bz2" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" # global var: ${LINUX_SOURCES} # location where they are [[ -z ${LINUX_SOURCES} ]] && LINUX_SOURCES="/usr/src/linux" sminclude mbuild mtools SRC_URI=( http://dev.gentoo.org/~spock/projects/uvesafb/archive/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd ${HOMEPAGE} | grep ${PNAME}- | lasttarball" src_compile() { cd ${SRCDIR} ./configure --with-klibc || die make KDIR=${LINUX_SOURCES} || die }