buildrootschalter/package/ntfs-3g/ntfs-3g.mk
Peter Korsgaard e90302ae2b ntfs-3g: get rid of special target install handling
The Makefile.autotools.in defaults are sufficient.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-07 10:16:31 +02:00

13 lines
380 B
Makefile

#############################################################
#
# ntfs-3g
#
#############################################################
NTFS_3G_VERSION:=2009.3.8
NTFS_3G_SOURCE:=ntfs-3g-$(NTFS_3G_VERSION).tgz
NTFS_3G_SITE:=http://www.ntfs-3g.org/
NTFS_3G_CONF_OPT:=--disable-ldconfig --program-prefix=""
NTFS_3G_INSTALL_STAGING:=yes
$(eval $(call AUTOTARGETS,package,ntfs-3g))