Magellan Linux

Annotation of /branches/magellan-next/core/ntfs-3g-fuse/ntfs-3g-fuse-2011.4.12-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7661 - (hide annotations) (download)
Sun May 29 18:52:40 2011 UTC (13 years ago) by niro
File size: 618 byte(s)
-fixed SRCFILE and SRCDIR
1 niro 7660 # $Id$
2    
3     PNAME="ntfs-3g-fuse"
4     PVER="2011.4.12"
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 niro 7661 SRCFILE="${PNAME/-fuse/}_ntfsprogs-${PVER}.tgz"
16     SRCDIR="${BUILDDIR}/${PNAME/-fuse/}_ntfsprogs-${PVER}"
17 niro 7660
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     }