Contents of /branches/R11-stable/extras/usermode-utilities/usermode-utilities-20070815-r3.smage2
Parent Directory | Revision Log
Revision 15398 -
(show annotations)
(download)
Wed Jan 2 11:39:05 2013 UTC (11 years, 10 months ago) by niro
File size: 748 byte(s)
Wed Jan 2 11:39:05 2013 UTC (11 years, 10 months ago) by niro
File size: 748 byte(s)
-release branches/R11-stable
1 | # $Id$ |
2 | |
3 | PNAME="usermode-utilities" |
4 | PVER="20070815" |
5 | PBUILD="r3" |
6 | |
7 | PCAT="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 | msetfeature "!check" |
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 | mmake CFLAGS="${CFLAGS} -DTUNTAP -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -g -Wall" all || die |
33 | } |