1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include $(ADK_TOPDIR
)/rules.mk
9 PKG_HASH
:= 1a09ef6dcf382beea3546eec3138eadfbaeec198a6f921c96e8937e91a1e06fa
10 PKG_DESCR
:= trick or treat daemon
12 PKG_URL
:= http
://www.dillema.net
/software
/totd.html
13 PKG_SITES
:= http
://www.dillema.net
/software
/totd
/
15 DISTFILES
:= ${PKG_NAME}-${PKG_VERSION}.
tar.gz
17 include $(ADK_TOPDIR
)/mk
/package.mk
19 $(eval
$(call PKG_template
,TOTD
,totd
,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
22 $(INSTALL_DIR
) $(IDIR_TOTD
)/{usr
/sbin
,etc
}
23 ${INSTALL_DATA} .
/files
/totd.conf
${IDIR_TOTD}/etc
24 $(INSTALL_BIN
) $(WRKINST
)/usr
/sbin
/totd
$(IDIR_TOTD
)/usr
/sbin
26 include ${ADK_TOPDIR}/mk
/pkg-bottom.mk