# $FreeWRT$ #- # This file is part of the FreeWRT project. FreeWRT is copyrighted # material, please see the LICENCE file in the top-level directory # or at http://www.freewrt.org/licence for details. include ${TOPDIR}/rules.mk PKG_NAME:= dosfstools PKG_VERSION:= 2.11 PKG_RELEASE:= 1 PKG_MD5SUM:= 407d405ade410f7597d364ab5dc8c9f6 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.src.tar.gz MASTER_SITES:= ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/ include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,DOSFSTOOLS,dosfstools,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) BUILD_STYLE= auto INSTALL_STYLE= auto XAKE_FLAGS+= PREFIX="${WRKINST}" \ OPTFLAGS="${TARGET_CFLAGS} -D_FILE_OFFSET_BITS=64" post-install: ${INSTALL_DIR} ${IDIR_DOSFSTOOLS}/sbin ${CP} ${WRKINST}/sbin/dosfsck ${IDIR_DOSFSTOOLS}/sbin/ ${CP} ${WRKINST}/sbin/fsck.{msdos,vfat} ${IDIR_DOSFSTOOLS}/sbin/ ${CP} ${WRKINST}/sbin/mkdosfs ${IDIR_DOSFSTOOLS}/sbin/ ${CP} ${WRKINST}/sbin/mkfs.{msdos,vfat} ${IDIR_DOSFSTOOLS}/sbin/ include ${TOPDIR}/mk/pkg-bottom.mk