Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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