PKG_LICENSE = GPL+ and LGPLv2+
PKG_SUMMARY = Utilities for managing the XFS filesystem
-PKG_BUILD_DEPS+= libacl-devel e2fsprogs-devel libtool gettext readline-devel
+PKG_BUILD_DEPS+= libacl-devel e2fsprogs-devel libtool gettext readline-devel \
+ util-linux-ng-devel
define PKG_DESCRIPTION
A set of commands to use the XFS filesystem, including mkfs.xfs.
--libdir=/lib \
--libexecdir=/usr/lib \
--enable-readline=yes \
+ --enable-blkid=yes \
--disable-static
# Kill rpaths
-e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
-e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g'
- cd $(DIR_APP) && make DEBUG=-DNDEBUG
+ cd $(DIR_APP) && make V=1 DEBUG=-DNDEBUG
endef
define STAGE_INSTALL