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
:= 6cdd48757d18835251124138b4a8e4008c3bbc51cf92533aa39c6ed03277168b
10 PKG_DESCR
:= set root window
11 PKG_SECTION
:= x11
/utils
12 PKG_DEPENDS
:= xbitmaps libx11 libxmu libxcursor
13 PKG_BUILDDEP
:= xbitmaps libXcursor libXmu
14 PKG_SITES
:= http
://www.x.org
/releases
/individual
/app
/
16 DISTFILES
:= ${PKG_NAME}-${PKG_VERSION}.
tar.gz
18 include $(ADK_TOPDIR
)/mk
/package.mk
20 $(eval
$(call PKG_template
,XSETROOT
,xsetroot
,$(PKG_VERSION
)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
23 $(INSTALL_DIR
) $(IDIR_XSETROOT
)/usr
/bin
24 $(INSTALL_BIN
) $(WRKINST
)/usr
/bin
/xsetroot \
25 $(IDIR_XSETROOT
)/usr
/bin
27 include ${ADK_TOPDIR}/mk
/pkg-bottom.mk