| 123456789101112131415161718192021222324252627282930313233 | # This file is part of the OpenADK project. OpenADK is copyrighted# material, please see the LICENCE file in the top-level directory.include ${TOPDIR}/rules.mkPKG_NAME:=		xfsprogsPKG_VERSION:=		3.0.0PKG_RELEASE:=		1PKG_BUILDDEP+=		e2fsprogsPKG_MD5SUM:=		ec734f935ec87ebb8be890d29380a3e6PKG_DESCR:=		Utilities to create and check XFS filesystemsPKG_SECTION:=		adminPKG_DEPENDS:=		libuuid libpthreadPKG_URL:=		http://oss.sgi.com/projects/xfsPKG_SITES:=		ftp://oss.sgi.com/projects/xfs/cmd_tars/ \			ftp://oss.sgi.com/projects/xfs/previous/cmd_tars/include ${TOPDIR}/mk/package.mk$(eval $(call PKG_template,XFSPROGS,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))AUTOTOOL_STYLE:=	autoconfCONFIGURE_ARGS+=	--enable-gettext=no \			--with-gnu-ldCONFIGURE_ENV+=		DEBUG=" " OPTIMIZER=" "ALL_TARGET=		post-install:	${INSTALL_DIR} ${IDIR_XFSPROGS}/sbin	${CP} ${WRKINST}/usr/sbin/mkfs.xfs ${IDIR_XFSPROGS}/sbin/	${CP} ${WRKINST}/usr/sbin/xfs_repair ${IDIR_XFSPROGS}/sbin/include ${TOPDIR}/mk/pkg-bottom.mk
 |