Magellan Linux

Contents of /branches/magellan-next/core/ntfs-3g-fuse/ntfs-3g-fuse-2010.10.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7387 - (show annotations) (download)
Tue Jan 11 22:12:45 2011 UTC (13 years, 4 months ago) by niro
File size: 663 byte(s)
auto added: ver bump to 2010.10.2-r1
1 # $Id: ntfs-3g-fuse-2009.4.4-r2.smage2 3166 2009-10-13 22:53:00Z niro $
2
3 PNAME="ntfs-3g-fuse"
4 PVER="2010.10.2"
5 PBUILD="r1"
6
7 PCATEGORIE="sys-fs"
8 STATE="unstable"
9
10 DESCRIPTION="NTFS-3G Read/Write Driver."
11 HOMEPAGE="http://www.tuxera.com/"
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://tuxera.com/opensource/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd ${HOMEPAGE}community/ntfs-3g-download/ | 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 }