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
:= ef39935e8e9b328e54a85d6218d410d6939482da6058db1ee1b39749d98cbcf2
10 PKG_DESCR
:= display
info utility
11 PKG_SECTION
:= x11
/utils
13 PKG_BUILDDEP
:= libXtst
14 PKG_URL
:= http
://www.x.org
/
15 PKG_SITES
:= http
://www.x.org
/releases
/individual
/app
/
17 DISTFILES
:= ${PKG_NAME}-${PKG_VERSION}.
tar.gz
19 include $(ADK_TOPDIR
)/mk
/package.mk
21 $(eval
$(call PKG_template
,XDPYINFO
,xdpyinfo
,$(PKG_VERSION
)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
24 $(INSTALL_DIR
) $(IDIR_XDPYINFO
)/usr
/bin
25 $(INSTALL_BIN
) $(WRKINST
)/usr
/bin
/xdpyinfo \
26 $(IDIR_XDPYINFO
)/usr
/bin
28 include ${ADK_TOPDIR}/mk
/pkg-bottom.mk