Magellan Linux

Contents of /trunk/core/fuse/fuse-2.7.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 643 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/fuse/fuse-2.7.3-r1.smage2,v 1.1 2008/03/01 20:59:54 niro Exp $
2
3 PNAME="fuse"
4 PVER="2.7.3"
5 PBUILD="r1"
6
7 PCATEGORIE="sys-fs"
8 STATE="unstable"
9
10 DESCRIPTION="Fuse userland utilities."
11 HOMEPAGE="http://fuse.sourceforge.net/"
12
13 DEPEND=">= virtual/kernel"
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 sourceforge://${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 # listed on sf.net as fuse-2.X
26 UP2DATE="updatecmd_sourceforge ${PNAME} ${PNAME}-2.X"
27
28 src_compile()
29 {
30 cd ${SRCDIR}
31
32 mconfigure --disable-kernel-module --disable-example || die
33 mmake || die
34 }

Properties

Name Value
svn:keywords Id