# $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 PKG_SOURCE_URL:= ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/ PKG_SOURCE:= $(PKG_NAME)-$(PKG_VERSION).src.tar.gz include $(TOPDIR)/mk/package.mk $(eval $(call PKG_template,DOSFSTOOLS,dosfstools,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) $(WRKBUILD)/.configured: touch $@ $(WRKBUILD)/.built: rm -rf $(WRKINST) mkdir -p $(WRKINST) $(MAKE) -C $(WRKBUILD) \ $(TARGET_CONFIGURE_OPTS) \ OPTFLAGS="$(TARGET_CFLAGS) -D_FILE_OFFSET_BITS=64" \ PREFIX="$(WRKINST)" \ all install touch $@ $(IPKG_DOSFSTOOLS): install -d -m0755 $(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/ $(RSTRIP) $(IDIR_DOSFSTOOLS) $(IPKG_BUILD) $(IDIR_DOSFSTOOLS) $(PACKAGE_DIR)