Magellan Linux

Contents of /smage/trunk/core/v86d/v86d-0.1.9-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 751 - (show annotations) (download)
Thu Oct 21 17:09:57 2010 UTC (13 years, 6 months ago) by niro
File size: 878 byte(s)
auto added: ver bump to 0.1.9-r3
1 # $Id: v86d-0.1.9-r2.smage2 3201 2009-10-16 11:29:43Z niro $
2
3 PNAME="v86d"
4 PVER="0.1.9"
5 PBUILD="r3"
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 }