# $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:= cryptsetup-luks PKG_VERSION:= 1.0.4 PKG_RELEASE:= 1 PKG_MD5SUM:= 156ae6b618438ee9feeddc6c2bdc4e94 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2 MASTER_SITES:= http://luks.endorphin.org/source/ include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,CRYPTSETUP_LUKS,cryptsetup-luks,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) CONFIGURE_STYLE:= gnu BUILD_STYLE:= auto INSTALL_STYLE:= auto post-install: ${INSTALL_DIR} ${IDIR_CRYPTSETUP_LUKS}/usr/sbin ${INSTALL_DIR} ${IDIR_CRYPTSETUP_LUKS}/usr/lib ${CP} ${WRKINST}/usr/lib/libcryptsetup.so.* \ ${IDIR_CRYPTSETUP_LUKS}/usr/lib ${INSTALL_BIN} ${WRKINST}/usr/sbin/cryptsetup \ ${IDIR_CRYPTSETUP_LUKS}/usr/sbin include ${TOPDIR}/mk/pkg-bottom.mk