summaryrefslogtreecommitdiff
path: root/package/ntfs-3g/Makefile
blob: 8bebd3cb0d6187d2192c3058c75bd8643efaae24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.

include ${ADK_TOPDIR}/rules.mk

PKG_NAME:=		ntfs-3g
PKG_VERSION:=		2014.2.15
PKG_RELEASE:=		4
PKG_HASH:=		4c3099400cb14b231a3c9d718b3a8d152d38555059341ce5fc6d02292a4a5b56
PKG_DESCR:=		ntfs filesystem driver using fuse
PKG_SECTION:=		sys/fs
PKG_URL:=		http://tuxera.com
PKG_SITES:=		http://tuxera.com/opensource/

DISTFILES:=		${PKG_NAME}_ntfsprogs-${PKG_VERSION}.tgz
WRKDIST=		${WRKDIR}/${PKG_NAME}_ntfsprogs-${PKG_VERSION}

include ${ADK_TOPDIR}/mk/package.mk

$(eval $(call PKG_template,NTFS_3G,ntfs-3g,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))

CONFIGURE_ARGS+=	--disable-ldconfig \
			--disable-library

ntfs-3g-install:
	${INSTALL_DIR} ${IDIR_NTFS_3G}/bin
	${INSTALL_BIN} ${WRKINST}/bin/ntfs-3g ${IDIR_NTFS_3G}/bin
	cd ${IDIR_NTFS_3G}/bin && ln -sf ntfs-3g mount.ntfs-3g

include ${ADK_TOPDIR}/mk/pkg-bottom.mk