Magellan Linux

Contents of /trunk/core/ntfs-3g-fuse/ntfs-3g-fuse-2009.4.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2892 - (show annotations) (download)
Sun Jul 12 22:48:11 2009 UTC (14 years, 10 months ago) by niro
File size: 565 byte(s)
-moved to 'core'
1 # $Id$
2
3 PNAME="ntfs-3g-fuse"
4 PVER="2009.4.4"
5 PBUILD="r1"
6
7 PCATEGORIE="sys-fs"
8 STATE="unstable"
9
10 DESCRIPTION="NTFS-3G Read/Write Driver."
11 HOMEPAGE="http://www.ntfs-3g.org/"
12
13 DEPEND=">= virtual/glibc"
14
15 SRCFILE="${PNAME/-fuse/}-${PVER}.tgz"
16 SRCDIR="${BUILDDIR}/${PNAME/-fuse/}-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 http://www.ntfs-3g.org/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd ${HOMEPAGE} | lasttarball tgz"
26
27 src_compile()
28 {
29 cd ${SRCDIR}
30
31 # use the internal stripped down fuse library
32 mconfigure --with-fuse=internal || die
33 mmake || die
34 }

Properties

Name Value
svn:keywords Id