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
:= 5ecb2bb2cbf3c9349b735080b155a08c97b314dacedfc558c7f5a611ee1297f7
10 PKG_DESCR
:= set utility
11 PKG_SECTION
:= x11
/utils
13 PKG_URL
:= http
://xorg.freedesktop.org
/
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
,XSET
,xset
,$(PKG_VERSION
)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
23 $(INSTALL_DIR
) $(IDIR_XSET
)/usr
/bin
24 $(INSTALL_BIN
) $(WRKINST
)/usr
/bin
/xset \
27 include ${ADK_TOPDIR}/mk
/pkg-bottom.mk