2008-06-22 18:40:53 +00:00
|
|
|
#
|
2014-11-06 19:35:34 +00:00
|
|
|
# Copyright (C) 2006-2014 OpenWrt.org
|
2010-02-26 22:45:39 +00:00
|
|
|
# Copyright 2010 Vertical Communications
|
2007-01-20 05:13:35 +00:00
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=e2fsprogs
|
2017-02-06 19:58:42 +00:00
|
|
|
PKG_VERSION:=1.43.4
|
|
|
|
PKG_HASH:=54b3f21123a531a6a536b9cdcc21344b0122a72790dbe4dacc98e64db25e4a24
|
|
|
|
PKG_RELEASE:=1
|
2007-01-20 05:13:35 +00:00
|
|
|
|
2017-02-06 19:58:42 +00:00
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
|
|
|
PKG_SOURCE_URL:=@KERNEL/linux/kernel/people/tytso/e2fsprogs/v$(PKG_VERSION)/
|
2007-01-20 05:13:35 +00:00
|
|
|
|
2012-04-28 19:54:54 +00:00
|
|
|
PKG_BUILD_DEPENDS:=util-linux
|
2010-07-24 21:39:27 +00:00
|
|
|
PKG_INSTALL:=1
|
|
|
|
|
2015-03-29 02:16:21 +00:00
|
|
|
PKG_BUILD_PARALLEL:=1
|
|
|
|
|
2007-01-20 05:13:35 +00:00
|
|
|
include $(INCLUDE_DIR)/package.mk
|
|
|
|
|
2007-09-07 08:34:51 +00:00
|
|
|
define Package/e2fsprogs/Default
|
|
|
|
URL:=http://e2fsprogs.sourceforge.net/
|
2009-07-05 13:57:59 +00:00
|
|
|
SUBMENU:=Filesystem
|
2007-09-07 08:34:51 +00:00
|
|
|
endef
|
|
|
|
|
2007-01-20 05:13:35 +00:00
|
|
|
define Package/e2fsprogs
|
2007-09-07 08:34:51 +00:00
|
|
|
$(call Package/e2fsprogs/Default)
|
2007-01-20 05:13:35 +00:00
|
|
|
SECTION:=utils
|
|
|
|
CATEGORY:=Utilities
|
2009-08-27 09:16:54 +00:00
|
|
|
TITLE:=Ext2/3/4 filesystem utilities
|
2013-06-28 11:26:51 +00:00
|
|
|
DEPENDS:=+libuuid +libext2fs
|
2007-03-24 15:51:43 +00:00
|
|
|
endef
|
|
|
|
|
2007-09-07 08:34:51 +00:00
|
|
|
define Package/e2fsprogs/description
|
2012-05-13 12:20:17 +00:00
|
|
|
This package contains essential ext2 filesystem utilities which consists of
|
2014-10-26 18:15:25 +00:00
|
|
|
e2fsck, mke2fs and most of the other core ext2 filesystem utilities.
|
2007-09-07 08:34:51 +00:00
|
|
|
endef
|
|
|
|
|
2008-11-14 22:37:29 +00:00
|
|
|
define Package/libext2fs
|
|
|
|
$(call Package/e2fsprogs/Default)
|
|
|
|
SECTION:=libs
|
|
|
|
CATEGORY:=Libraries
|
2016-09-07 17:25:34 +00:00
|
|
|
DEPENDS:=+libuuid
|
2009-08-27 09:16:54 +00:00
|
|
|
TITLE:=ext2/3/4 filesystem library
|
2008-11-14 22:37:29 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/libext2fs/description
|
2012-04-28 19:54:54 +00:00
|
|
|
libext2fs is a library which can access ext2, ext3 and ext4 filesystems.
|
2008-11-14 22:37:29 +00:00
|
|
|
endef
|
|
|
|
|
2007-01-20 05:13:35 +00:00
|
|
|
define Package/tune2fs
|
2007-09-07 08:34:51 +00:00
|
|
|
$(call Package/e2fsprogs)
|
2007-01-20 05:13:35 +00:00
|
|
|
TITLE:=Ext2 Filesystem tune utility
|
2009-12-21 00:59:14 +00:00
|
|
|
DEPENDS:= +e2fsprogs
|
2007-01-20 05:13:35 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/resize2fs
|
2007-09-07 08:34:51 +00:00
|
|
|
$(call Package/e2fsprogs)
|
2007-01-20 05:13:35 +00:00
|
|
|
TITLE:=Ext2 Filesystem resize utility
|
2009-12-21 00:59:14 +00:00
|
|
|
DEPENDS:= +e2fsprogs
|
2007-01-20 05:13:35 +00:00
|
|
|
endef
|
|
|
|
|
2008-05-11 10:33:34 +00:00
|
|
|
define Package/badblocks
|
|
|
|
$(call Package/e2fsprogs)
|
|
|
|
TITLE:=Ext2 Filesystem badblocks utility
|
2009-12-21 00:59:14 +00:00
|
|
|
DEPENDS:= +e2fsprogs
|
2008-05-11 10:33:34 +00:00
|
|
|
endef
|
|
|
|
|
2015-01-05 13:03:26 +00:00
|
|
|
define Package/dumpe2fs
|
|
|
|
$(call Package/e2fsprogs)
|
|
|
|
TITLE:=Ext2 Filesystem information dumping utility
|
|
|
|
DEPENDS:= +e2fsprogs
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/e2freefrag
|
|
|
|
$(call Package/e2fsprogs)
|
|
|
|
TITLE:=Ext2 Filesystem free space fragmentation information utility
|
|
|
|
DEPENDS:= +e2fsprogs
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/filefrag
|
|
|
|
$(call Package/e2fsprogs)
|
|
|
|
TITLE:=Ext2 Filesystem file fragmentation report utility
|
|
|
|
DEPENDS:= +e2fsprogs
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/debugfs
|
|
|
|
$(call Package/e2fsprogs)
|
|
|
|
TITLE:=Ext2 Filesystem debugger
|
|
|
|
DEPENDS:= +e2fsprogs
|
|
|
|
endef
|
|
|
|
|
2015-11-08 20:39:54 +00:00
|
|
|
define Package/chattr
|
|
|
|
$(call Package/e2fsprogs)
|
|
|
|
TITLE:=Ext2 Filesystem chattr utility
|
|
|
|
DEPENDS:= +e2fsprogs
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/lsattr
|
|
|
|
$(call Package/e2fsprogs)
|
|
|
|
TITLE:=Ext2 Filesystem lsattr utility
|
|
|
|
DEPENDS:= +e2fsprogs
|
|
|
|
endef
|
|
|
|
|
2013-06-28 11:26:55 +00:00
|
|
|
TARGET_CFLAGS += $(FPIC) -ffunction-sections -fdata-sections
|
|
|
|
|
2013-06-28 11:27:31 +00:00
|
|
|
CONFIGURE_VARS += \
|
|
|
|
ac_cv_lib_pthread_sem_init=no
|
2009-11-26 16:05:20 +00:00
|
|
|
|
2007-02-25 23:34:57 +00:00
|
|
|
CONFIGURE_ARGS += \
|
2013-06-28 11:26:58 +00:00
|
|
|
--disable-testio-debug \
|
2012-04-28 19:54:54 +00:00
|
|
|
--enable-elf-shlibs \
|
2012-05-13 12:20:17 +00:00
|
|
|
--disable-libuuid \
|
2013-06-28 11:26:51 +00:00
|
|
|
--enable-libblkid \
|
2012-05-13 12:20:17 +00:00
|
|
|
--disable-uuidd \
|
2012-04-28 19:54:54 +00:00
|
|
|
--disable-tls \
|
|
|
|
--disable-nls \
|
2012-02-14 19:07:07 +00:00
|
|
|
--disable-rpath
|
2007-01-20 05:13:35 +00:00
|
|
|
|
2007-07-13 10:42:20 +00:00
|
|
|
define Build/Prepare
|
|
|
|
$(call Build/Prepare/Default)
|
|
|
|
$(CP) $(SCRIPT_DIR)/config.{guess,sub} $(PKG_BUILD_DIR)/config/
|
|
|
|
endef
|
|
|
|
|
2007-01-20 05:13:35 +00:00
|
|
|
define Build/Compile
|
2015-03-29 02:16:21 +00:00
|
|
|
+$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR)/util \
|
2007-01-20 05:13:35 +00:00
|
|
|
BUILDCC="$(HOSTCC)" \
|
|
|
|
CFLAGS="" \
|
|
|
|
CPPFLAGS="" \
|
|
|
|
LDFLAGS="" \
|
2016-09-07 17:25:33 +00:00
|
|
|
V=$(if $(findstring c,$(OPENWRT_VERBOSE)),1,) \
|
2007-01-20 05:13:35 +00:00
|
|
|
subst
|
2015-03-29 02:16:21 +00:00
|
|
|
+$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \
|
2013-06-28 11:26:55 +00:00
|
|
|
LDFLAGS=-Wl,--gc-sections \
|
2007-01-20 05:13:35 +00:00
|
|
|
BUILDCC="$(HOSTCC)" \
|
|
|
|
DESTDIR="$(PKG_INSTALL_DIR)" \
|
2013-06-28 11:26:51 +00:00
|
|
|
LIBBLKID="$(PKG_BUILD_DIR)/lib/libblkid.a -luuid" \
|
2016-09-07 17:25:34 +00:00
|
|
|
ELF_OTHER_LIBS="$(TARGET_LDFLAGS) -luuid" \
|
2016-11-30 22:25:17 +00:00
|
|
|
SYSLIBS="$(TARGET_LDFLAGS) -ldl -L$(PKG_BUILD_DIR)/lib/ -l:libcom_err.so.0.0" \
|
2016-09-07 17:25:33 +00:00
|
|
|
V=$(if $(findstring c,$(OPENWRT_VERBOSE)),1,) \
|
2010-07-24 21:39:27 +00:00
|
|
|
all
|
2007-01-20 05:13:35 +00:00
|
|
|
endef
|
|
|
|
|
2014-12-07 16:52:50 +00:00
|
|
|
define Build/InstallDev
|
|
|
|
$(INSTALL_DIR) $(1)/usr/lib/pkgconfig
|
|
|
|
$(CP) $(PKG_BUILD_DIR)/lib/ext2fs/ext2fs.pc $(1)/usr/lib/pkgconfig
|
|
|
|
$(CP) $(PKG_BUILD_DIR)/lib/et/com_err.pc $(1)/usr/lib/pkgconfig
|
|
|
|
|
|
|
|
$(INSTALL_DIR) $(1)/usr/lib
|
|
|
|
$(CP) $(PKG_BUILD_DIR)/lib/libext2fs.{so,a}* $(1)/usr/lib
|
|
|
|
$(CP) $(PKG_BUILD_DIR)/lib/libcom_err.{so,a}* $(1)/usr/lib
|
|
|
|
|
|
|
|
$(INSTALL_DIR) $(1)/usr/include/ext2fs
|
|
|
|
$(CP) $(PKG_BUILD_DIR)/lib/ext2fs/*.h $(1)/usr/include/ext2fs
|
|
|
|
$(INSTALL_DIR) $(1)/usr/include/et
|
|
|
|
$(CP) $(PKG_BUILD_DIR)/lib/et/*.h $(1)/usr/include/et
|
|
|
|
endef
|
|
|
|
|
2015-04-02 14:53:12 +00:00
|
|
|
define Package/e2fsprogs/conffiles
|
|
|
|
/etc/e2fsck.conf
|
|
|
|
endef
|
|
|
|
|
2007-01-20 05:13:35 +00:00
|
|
|
define Package/e2fsprogs/install
|
|
|
|
$(INSTALL_DIR) $(1)/usr/sbin
|
2007-12-09 18:53:06 +00:00
|
|
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/e2fsck $(1)/usr/sbin/
|
|
|
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/mke2fs $(1)/usr/sbin/
|
2014-11-06 19:35:34 +00:00
|
|
|
$(LN) mke2fs $(1)/usr/sbin/mkfs.ext2
|
|
|
|
$(LN) mke2fs $(1)/usr/sbin/mkfs.ext3
|
|
|
|
$(LN) mke2fs $(1)/usr/sbin/mkfs.ext4
|
2015-01-05 13:03:20 +00:00
|
|
|
$(LN) e2fsck $(1)/usr/sbin/fsck.ext2
|
|
|
|
$(LN) e2fsck $(1)/usr/sbin/fsck.ext3
|
|
|
|
$(LN) e2fsck $(1)/usr/sbin/fsck.ext4
|
2007-01-20 05:13:35 +00:00
|
|
|
$(INSTALL_DIR) $(1)/usr/lib
|
2011-07-05 12:40:56 +00:00
|
|
|
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libe2p.so.* $(1)/usr/lib/
|
2009-01-31 12:55:55 +00:00
|
|
|
$(INSTALL_DIR) $(1)/etc/init.d
|
2010-02-26 22:45:39 +00:00
|
|
|
$(INSTALL_DIR) $(1)/lib/functions/fsck
|
|
|
|
$(INSTALL_DATA) ./files/e2fsck.sh $(1)/lib/functions/fsck/
|
2010-06-30 23:09:13 +00:00
|
|
|
$(INSTALL_DATA) ./files/e2fsck.conf $(1)/etc/e2fsck.conf
|
2007-03-24 15:51:43 +00:00
|
|
|
endef
|
|
|
|
|
2011-07-05 12:40:56 +00:00
|
|
|
define Package/libcom_err/install
|
|
|
|
endef
|
|
|
|
|
2008-11-14 22:37:29 +00:00
|
|
|
define Package/libext2fs/install
|
|
|
|
$(INSTALL_DIR) $(1)/usr/lib
|
2013-06-28 11:27:31 +00:00
|
|
|
$(CP) \
|
|
|
|
$(PKG_INSTALL_DIR)/usr/lib/libext2fs.so.* \
|
|
|
|
$(PKG_INSTALL_DIR)/usr/lib/libcom_err.so.* \
|
|
|
|
$(1)/usr/lib/
|
2008-11-14 22:37:29 +00:00
|
|
|
endef
|
|
|
|
|
2013-06-28 11:27:27 +00:00
|
|
|
define Package/libext2fs/install_lib
|
|
|
|
$(INSTALL_DIR) $(1)/usr/lib
|
|
|
|
$(CP) $(PKG_BUILD_DIR)/lib/ext2fs/libext2fs.a $(1)/usr/lib/libext2fs_pic.a
|
|
|
|
endef
|
|
|
|
|
2007-01-20 05:13:35 +00:00
|
|
|
define Package/tune2fs/install
|
2007-01-20 13:22:40 +00:00
|
|
|
$(INSTALL_DIR) $(1)/usr/sbin
|
2007-12-09 18:53:06 +00:00
|
|
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/tune2fs $(1)/usr/sbin/
|
2015-01-05 13:03:20 +00:00
|
|
|
$(LN) tune2fs $(1)/usr/sbin/findfs
|
2007-01-20 05:13:35 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/resize2fs/install
|
2007-01-20 13:22:40 +00:00
|
|
|
$(INSTALL_DIR) $(1)/usr/sbin
|
2007-12-09 18:53:06 +00:00
|
|
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/resize2fs $(1)/usr/sbin/
|
2007-01-20 05:13:35 +00:00
|
|
|
endef
|
|
|
|
|
2008-05-11 10:33:34 +00:00
|
|
|
define Package/badblocks/install
|
|
|
|
$(INSTALL_DIR) $(1)/usr/sbin
|
|
|
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/badblocks $(1)/usr/sbin/
|
|
|
|
endef
|
|
|
|
|
2015-01-05 13:03:26 +00:00
|
|
|
define Package/dumpe2fs/install
|
|
|
|
$(INSTALL_DIR) $(1)/usr/sbin
|
|
|
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/dumpe2fs $(1)/usr/sbin/
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/e2freefrag/install
|
|
|
|
$(INSTALL_DIR) $(1)/usr/sbin
|
|
|
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/e2freefrag $(1)/usr/sbin/
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/filefrag/install
|
|
|
|
$(INSTALL_DIR) $(1)/usr/sbin
|
|
|
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/filefrag $(1)/usr/sbin/
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/debugfs/install
|
|
|
|
$(INSTALL_DIR) $(1)/usr/sbin
|
|
|
|
$(INSTALL_DIR) $(1)/usr/lib
|
|
|
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/debugfs $(1)/usr/sbin/
|
|
|
|
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libss.so.* $(1)/usr/lib/
|
|
|
|
endef
|
|
|
|
|
2015-11-08 20:39:54 +00:00
|
|
|
define Package/chattr/install
|
|
|
|
$(INSTALL_DIR) $(1)/usr/bin
|
|
|
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/chattr $(1)/usr/bin/
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/lsattr/install
|
|
|
|
$(INSTALL_DIR) $(1)/usr/bin
|
|
|
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/lsattr $(1)/usr/bin/
|
|
|
|
endef
|
|
|
|
|
2007-01-20 05:13:35 +00:00
|
|
|
$(eval $(call BuildPackage,e2fsprogs))
|
2008-11-14 22:37:29 +00:00
|
|
|
$(eval $(call BuildPackage,libext2fs))
|
2007-01-20 05:13:35 +00:00
|
|
|
$(eval $(call BuildPackage,tune2fs))
|
|
|
|
$(eval $(call BuildPackage,resize2fs))
|
2008-05-11 10:33:34 +00:00
|
|
|
$(eval $(call BuildPackage,badblocks))
|
2015-01-05 13:03:26 +00:00
|
|
|
$(eval $(call BuildPackage,dumpe2fs))
|
|
|
|
$(eval $(call BuildPackage,e2freefrag))
|
|
|
|
$(eval $(call BuildPackage,filefrag))
|
|
|
|
$(eval $(call BuildPackage,debugfs))
|
2015-11-08 20:39:54 +00:00
|
|
|
$(eval $(call BuildPackage,chattr))
|
|
|
|
$(eval $(call BuildPackage,lsattr))
|