Magellan Linux

Contents of /trunk/extras/usermode-utilities/usermode-utilities-20070815-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2142 - (show annotations) (download)
Fri Jul 3 13:28:46 2009 UTC (14 years, 10 months ago) by niro
File size: 751 byte(s)
-initial release
1 # $Id$
2
3 PNAME="usermode-utilities"
4 PVER="20070815"
5 PBUILD="r1"
6
7 PCATEGORIE="sys-apps"
8 STATE="unstable"
9
10 DESCRIPTION="Tools for use with Usermode Linux virtual machines."
11 HOMEPAGE="http://user-mode-linux.sourceforge.net/"
12
13 DEPEND=">= sys-fs/fuse-2.7"
14
15 SRCFILE="uml_utilities_${PVER}.tar.bz2"
16 SRCDIR="${BUILDDIR}/tools-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 #sourceforge://user-mode-linux/${SRCFILE}
22 # non standart sourceforge SRC_URI!
23 http://user-mode-linux.sourceforge.net/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 )
26
27 UP2DATE="updatecmd ${HOMEPAGE}/downloads.html | grep uml_utilities | sed 's:_:-:g' | lasttarball"
28
29 src_compile()
30 {
31 cd ${SRCDIR}
32
33 mmake CFLAGS="${CFLAGS} -DTUNTAP -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -g -Wall" all || die
34 }

Properties

Name Value
svn:keywords Id