2007-11-24 17:09:25 +01:00
|
|
|
#############################################################
|
|
|
|
#
|
|
|
|
# ntfs-3g
|
|
|
|
#
|
|
|
|
#############################################################
|
2011-01-07 19:20:40 +01:00
|
|
|
|
|
|
|
NTFS_3G_VERSION = 2010.10.2
|
|
|
|
NTFS_3G_SOURCE = ntfs-3g-$(NTFS_3G_VERSION).tgz
|
|
|
|
NTFS_3G_SITE = http://tuxera.com/opensource
|
|
|
|
NTFS_3G_CONF_OPT = --disable-ldconfig --program-prefix=""
|
|
|
|
NTFS_3G_INSTALL_STAGING = YES
|
2009-03-30 21:10:37 +02:00
|
|
|
|
|
|
|
$(eval $(call AUTOTARGETS,package,ntfs-3g))
|