Magellan Linux

Contents of /trunk/extras/ntfs-3g-fuse/ntfs-3g-fuse-1.2712-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2889 - (show annotations) (download)
Sun Jul 12 22:43:18 2009 UTC (14 years, 9 months ago) by niro
File size: 616 byte(s)
-moved to 'extras'
1 # $Header: /magellan-cvs/smage/ntfs-3g-fuse/ntfs-3g-fuse-1.2712-r1.smage2,v 1.1 2008/07/29 20:19:40 niro Exp $
2
3 PNAME="ntfs-3g-fuse"
4 PVER="1.2712"
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 src_compile()
26 {
27 cd ${SRCDIR}
28
29 # use the internal stripped down fuse library
30 mconfigure --with-fuse=internal || die
31 mmake || die
32 }

Properties

Name Value
svn:keywords Id