blob: 99fc20cb33b0f3190da034a72ce8ca23aecc487a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#############################################################
#
# ntfs-3g
#
#############################################################
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
NTFS_3G_INSTALL_STAGING = YES
$(eval $(call AUTOTARGETS))
|