Magellan Linux

Annotation of /smage/trunk/core/v86d/v86d-0.1.10-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1856 - (hide annotations) (download)
Thu Sep 29 14:56:47 2011 UTC (12 years, 8 months ago) by niro
File size: 843 byte(s)
auto added: ver bump to 0.1.10-r2
1 niro 1856 # $Id$
2    
3     PNAME="v86d"
4     PVER="0.1.10"
5     PBUILD="r2"
6    
7     PCATEGORIE="sys-apps"
8    
9     DESCRIPTION="v86d is the userspace helper for uvesafb that runs x86 code in an emulated environment."
10     HOMEPAGE="http://dev.gentoo.org/~spock/projects/uvesafb/"
11    
12     DEPEND=">= virtual/glibc"
13     SDEPEND=">= virtual/kernel-sources
14     >= dev-libs/klibc-1.5"
15    
16     SRCFILE="${PNAME}-${PVER}.tar.bz2"
17     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18    
19     # global var: ${LINUX_SOURCES}
20     # location where they are
21     [[ -z ${LINUX_SOURCES} ]] && LINUX_SOURCES="/usr/src/linux"
22    
23     MCORE_ONLY_KEEP="sbin"
24     sminclude mbuild mtools mcore-split
25    
26     SRC_URI=(
27     http://dev.gentoo.org/~spock/projects/uvesafb/archive/${SRCFILE}
28     mirror://${PNAME}/${SRCFILE}
29     )
30    
31     UP2DATE="updatecmd ${HOMEPAGE} | grep ${PNAME}- | lasttarball"
32    
33     src_compile()
34     {
35     cd ${SRCDIR}
36     ./configure --with-klibc || die
37     make KDIR=${LINUX_SOURCES} || die
38     }