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
:= 14af06a2da688d577d64ff8dac065bb8903bbffbe01d30c62df7af9bf4ce72fe
10 PKG_DESCR
:= elf manipulation tool
11 PKG_SECTION
:= dev
/tools
13 PKG_URL
:= http
://nixos.org
/releases
/patchelf
14 PKG_SITES
:= http
://nixos.org
/releases
/patchelf
/patchelf-0.8
/
16 DISTFILES
:= $(PKG_NAME
)-$(PKG_VERSION
).
tar.gz
18 include $(ADK_TOPDIR
)/mk
/host.mk
19 include $(ADK_TOPDIR
)/mk
/package.mk
21 $(eval
$(call HOST_template
,PATCHELF
,patchelf
,$(PKG_VERSION
)-$(PKG_RELEASE
)))
22 $(eval
$(call PKG_template
,PATCHELF
,patchelf
,$(PKG_VERSION
)-$(PKG_RELEASE
),$(PKG_DEPENDS
),$(PKG_DESCR
),$(PKG_SECTION
)))
25 $(INSTALL_DIR
) $(IDIR_PATCHELF
)/usr
/bin
26 $(INSTALL_BIN
) $(WRKINST
)/usr
/bin
/patchelf \
27 $(IDIR_PATCHELF
)/usr
/bin
29 include $(ADK_TOPDIR
)/mk
/host-bottom.mk
30 include $(ADK_TOPDIR
)/mk
/pkg-bottom.mk