Makefile 970 B

1234567891011121314151617181920212223242526272829303132
  1. # $Id$
  2. #-
  3. # This file is part of the OpenADK project. OpenADK is copyrighted
  4. # material, please see the LICENCE file in the top-level directory.
  5. include ${TOPDIR}/rules.mk
  6. PKG_NAME= kmod-fs-ntfs-3g
  7. PKG_VERSION= 2009.3.8
  8. PKG_RELEASE= 1
  9. PKG_MD5SUM= da67f4c651649f5a463af293c347c387
  10. PKG_MODULE= 1
  11. MASTER_SITES= http://www.ntfs-3g.org/
  12. DISTFILES= ntfs-3g-${PKG_VERSION}.tgz
  13. WRKDIST= ${WRKDIR}/ntfs-3g-${PKG_VERSION}
  14. include ${TOPDIR}/mk/package.mk
  15. $(eval $(call PKG_template,KMOD_FS_NTFS_3G,kmod-fs-ntfs-3g,${KERNEL_VERSION}-${DEVICE}-${PKG_RELEASE},${ARCH},kernel (${KERNEL_VERSION}-${DEVICE}-${KERNEL_RELEASE})))
  16. CONFIGURE_ARGS+= --disable-ldconfig \
  17. --disable-library
  18. CONFIGURE_STYLE= gnu
  19. BUILD_STYLE= auto
  20. INSTALL_STYLE= auto
  21. post-install:
  22. ${INSTALL_DIR} ${IDIR_KMOD_FS_NTFS_3G}/{bin,sbin}
  23. ${CP} ${WRKINST}/bin/ntfs-3g ${IDIR_KMOD_FS_NTFS_3G}/bin
  24. ${CP} ${WRKINST}/sbin/mount.ntfs-3g ${IDIR_KMOD_FS_NTFS_3G}/sbin
  25. include ${TOPDIR}/mk/pkg-bottom.mk