Magellan Linux

Contents of /smage/trunk/core/v86d/v86d-0.1.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6 - (show annotations) (download)
Sun Jan 11 01:07:49 2009 UTC (15 years, 3 months ago) by niro
File size: 764 byte(s)
-fixed old cvs headers
1 # $Id$
2
3 PNAME="v86d"
4 PVER="0.1.5"
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 alx
25
26 SRC_URI=(
27 http://dev.gentoo.org/~spock/projects/uvesafb/archive/${SRCFILE}
28 mirror://${PNAME}/${SRCFILE}
29 )
30
31 src_compile()
32 {
33 cd ${SRCDIR}
34 ./configure --with-klibc || die
35 make KDIR=${LINUX_SOURCES} || die
36 }

Properties

Name Value
svn:keywords Id