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
:= 0e6f8c077471b544c06def7192d983861ad2f8688dd5504beae62f0c5f5b9503
10 PKG_DESCR
:= intercepts and records dynamic library calls
11 PKG_SECTION
:= app
/debug
12 PKG_DEPENDS
:= elfutils
13 PKG_BUILDDEP
:= elfutils
15 PKG_URL
:= http
://ltrace.org
/
16 PKG_SITES
:= http
://www.ltrace.org
/
18 DISTFILES
:= $(PKG_NAME
)_
$(PKG_VERSION
).orig.
tar.bz2
20 include $(ADK_TOPDIR
)/mk
/package.mk
22 $(eval
$(call PKG_template
,LTRACE
,ltrace
,$(PKG_VERSION
)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
24 CONFIGURE_ARGS
+= --disable-werror
27 $(INSTALL_DIR
) $(IDIR_LTRACE
)/usr
/sbin
28 $(INSTALL_BIN
) $(WRKINST
)/usr
/bin
/ltrace \
29 $(IDIR_LTRACE
)/usr
/sbin
31 include ${ADK_TOPDIR}/mk
/pkg-bottom.mk