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
:= 0709070caf23ba2fb99536907b75be1fe31853999c62d3e87a6a8d26ba8a8cdb
10 PKG_DESCR
:= authority file utility
11 PKG_SECTION
:= x11
/utils
12 PKG_DEPENDS
:= libx11 libxext libxmu
13 PKG_BUILDDEP
:= libX11 libXext libXmu
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
,XAUTH
,xauth
,$(PKG_VERSION
)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
24 $(INSTALL_DIR
) $(IDIR_XAUTH
)/usr
/bin
25 $(INSTALL_BIN
) $(WRKINST
)/usr
/bin
/xauth
$(IDIR_XAUTH
)/usr
/bin
27 include ${ADK_TOPDIR}/mk
/pkg-bottom.mk