Magellan Linux

Contents of /trunk/core/v86d/v86d-0.1.9-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 125 - (show annotations) (download)
Tue Oct 14 11:50:54 2008 UTC (15 years, 7 months ago) by niro
File size: 911 byte(s)
-move to "core"
1 # $Header: /magellan-cvs/smage/v86d/v86d-0.1.5-r1.smage2,v 1.1 2008/05/02 10:20:06 niro Exp $
2
3 PNAME="v86d"
4 PVER="0.1.9"
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 sminclude mbuild mtools
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 }

Properties

Name Value
svn:keywords Id