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
:= 4e002a2a619d592f7c9b9d284381ffc004d8a71c38945aa95d5d53f2e4c0c8cf
10 PKG_DESCR
:= scheduler tool
11 PKG_SECTION
:= sys
/misc
12 PKG_URL
:= http
://freequaos.host.sk
/schedtool
/
13 PKG_SITES
:= http
://freequaos.host.sk
/schedtool
/
15 DISTFILES
:= $(PKG_NAME
)-$(PKG_VERSION
).
tar.bz2
17 include $(ADK_TOPDIR
)/mk
/package.mk
19 $(eval
$(call PKG_template
,SCHEDTOOL
,schedtool
,$(PKG_VERSION
)-$(PKG_RELEASE
),$(PKG_DEPENDS
),$(PKG_DESCR
),$(PKG_SECTION
)))
24 $(INSTALL_DIR
) $(IDIR_SCHEDTOOL
)/bin
25 $(INSTALL_BIN
) $(WRKINST
)/bin
/schedtool \
28 include $(ADK_TOPDIR
)/mk
/pkg-bottom.mk