ntfs-3g: set PKG_SECTION to kernel
[openadk.git] / package / ntfs-3g / Makefile
blob265a09d8d14ea920e39557db8940d5884cde0d87
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 ${TOPDIR}/rules.mk
6 PKG_NAME= ntfs-3g
7 PKG_VERSION= 2010.1.16
8 PKG_RELEASE= 1
9 PKG_MD5SUM= e104c914e8d7d29ee83e63d46afbba25
10 PKG_DESCR:= ntfs filesystem driver with read and write support
11 PKG_SECTION:= kernel
12 PKG_DEPENDS:= kmod-fuse-fs
13 PKG_URL:= http://tuxera.com
14 PKG_SITES= http://tuxera.com/opensource/
16 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tgz
18 include ${TOPDIR}/mk/package.mk
20 $(eval $(call PKG_template,NTFS_3G,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
22 CONFIGURE_ARGS+= --disable-ldconfig \
23 --disable-library
25 post-install:
26 ${INSTALL_DIR} ${IDIR_NTFS_3G}/bin
27 ${INSTALL_BIN} ${WRKINST}/bin/ntfs-3g ${IDIR_NTFS_3G}/bin
28 cd ${WRKINST}/bin && ln -sf ntfs-3g mount.ntfs-3g
30 include ${TOPDIR}/mk/pkg-bottom.mk