# $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:= cifsmount PKG_VERSION:= 1.5 PKG_RELEASE:= 2 NO_DISTFILES:= 1 WRKDIST= ${WRKDIR}/cifsmount include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,CIFSMOUNT,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${ARCH})) do-build: ${TARGET_CC} ${TARGET_CFLAGS} -o ${WRKBUILD}/mount.cifs mount.cifs.c do-install: ${INSTALL_DIR} ${IDIR_CIFSMOUNT}/sbin ${INSTALL_BIN} ${WRKBUILD}/mount.cifs ${IDIR_CIFSMOUNT}/sbin/ include ${TOPDIR}/mk/pkg-bottom.mk