# $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:= clinkc PKG_VERSION:= 101 PKG_RELEASE:= 1 PKG_MD5SUM:= 4c8ac54a15da47203a86daf77fbc2664 DISTFILES:= ${PKG_NAME}${PKG_VERSION}.tar.gz MASTER_SITES:= ${MASTER_SITE_SOURCEFORGE:=clinkc/} WRKDIST= ${WRKDIR}/CyberLinkC include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,CLINKC,clinkc,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) CONFIGURE_STYLE= gnu BUILD_STYLE= auto INSTALL_STYLE= auto post-configure: chmod +x ${WRKBUILD}/config/install-sh post-install: ${INSTALL_DIR} ${IDIR_CLINKC}/usr/bin include ${TOPDIR}/mk/pkg-bottom.mk