Magellan Linux

Diff of /smage/trunk/core/v86d/v86d-0.1.10-r5.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6247 by niro, Thu Mar 26 10:45:40 2015 UTC revision 6248 by niro, Thu Mar 26 14:32:50 2015 UTC
# Line 10  DESCRIPTION="v86d is the userspace helpe Line 10  DESCRIPTION="v86d is the userspace helpe
10  HOMEPAGE="http://dev.gentoo.org/~spock/projects/uvesafb/"  HOMEPAGE="http://dev.gentoo.org/~spock/projects/uvesafb/"
11    
12  DEPEND=">= virtual/glibc"  DEPEND=">= virtual/glibc"
13  SDEPEND=">= virtual/kernel-sources"  SDEPEND=">= virtual/kernel-headers"
14    
15  SRCFILE="${PNAME}-${PVER}.tar.bz2"  SRCFILE="${PNAME}-${PVER}.tar.bz2"
16  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
 # global var: ${LINUX_SOURCES}  
 # location where they are  
 [[ -z ${LINUX_SOURCES} ]] && LINUX_SOURCES="/usr/src/linux"  
   
18  ALX_PKG_KEEP="usr/sbin/v86d"  ALX_PKG_KEEP="usr/sbin/v86d"
19  sminclude mbuild mtools alx-split  sminclude mbuild mtools alx-split
20  msetfeature "!check"  msetfeature "!check"
# Line 34  src_compile() Line 30  src_compile()
30  {  {
31   cd ${SRCDIR}   cd ${SRCDIR}
32   ./configure --with-x86emu || die   ./configure --with-x86emu || die
33   make KDIR=${LINUX_SOURCES} || die   make KDIR=/usr || die
34  }  }
35    
36  alx_generic_src_install()  alx_generic_src_install()

Legend:
Removed from v.6247  
changed lines
  Added in v.6248