libgpg-error: Fix compiling with uclibc
[openadk.git] / package / ntfs-3g / Makefile
blob46e09e09ca143eef9b5a03fc500e9db11a0bbdfb
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include ${ADK_TOPDIR}/rules.mk
6 PKG_NAME:= ntfs-3g
7 PKG_VERSION:= 2016.2.22
8 PKG_RELEASE:= 1
9 PKG_HASH:= d7b72c05e4b3493e6095be789a760c9f5f2b141812d5b885f3190c98802f1ea0
10 PKG_DESCR:= ntfs filesystem driver using fuse
11 PKG_SECTION:= sys/fs
12 PKG_KDEPENDS:= fuse-fs
13 PKG_URL:= http://tuxera.com
14 PKG_SITES:= http://tuxera.com/opensource/
16 DISTFILES:= ${PKG_NAME}_ntfsprogs-${PKG_VERSION}.tgz
17 WRKDIST= ${WRKDIR}/${PKG_NAME}_ntfsprogs-${PKG_VERSION}
19 include ${ADK_TOPDIR}/mk/package.mk
21 $(eval $(call PKG_template,NTFS_3G,ntfs-3g,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
23 CONFIGURE_ARGS+= --disable-ldconfig \
24 --disable-library
26 ntfs-3g-install:
27 ${INSTALL_DIR} ${IDIR_NTFS_3G}/bin
28 ${INSTALL_BIN} ${WRKINST}/bin/ntfs-3g ${IDIR_NTFS_3G}/bin
29 cd ${IDIR_NTFS_3G}/bin && ln -sf ntfs-3g mount.ntfs-3g
31 include ${ADK_TOPDIR}/mk/pkg-bottom.mk