Magellan Linux

Contents of /branches/magellan-next/extras/usermode-utilities/usermode-utilities-20070815-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


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