Magellan Linux

Annotation of /branches/branch-xorg18/core/ntfs-3g-fuse/ntfs-3g-fuse-2009.4.4-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5192 - (hide annotations) (download)
Tue Apr 6 21:54:10 2010 UTC (14 years, 2 months ago) by niro
File size: 565 byte(s)
created branch 'branch-xorg18'
1 niro 3166 # $Id$
2    
3     PNAME="ntfs-3g-fuse"
4     PVER="2009.4.4"
5     PBUILD="r2"
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