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
:= 8923917332daa7833bbc0c1d9eb012167093fbad000da4a9630fb3356aff8cdc
10 PKG_DESCR
:= audit library
11 PKG_SECTION
:= libs
/misc
12 PKG_URL
:= http
://people.redhat.com
/sgrubb
/audit
13 PKG_SITES
:= http
://people.redhat.com
/sgrubb
/audit
/
16 DISTFILES
:= $(PKG_NAME
)-$(PKG_VERSION
).
tar.gz
18 include $(ADK_TOPDIR
)/mk
/package.mk
20 $(eval
$(call PKG_template
,AUDIT
,audit
,$(PKG_VERSION
)-$(PKG_RELEASE
),$(PKG_DEPENDS
),$(PKG_DESCR
),$(PKG_SECTION
),$(PKG_OPTS
)))
22 ifeq ($(OS_FOR_BUILD
),Darwin
)
23 HOST_CFLAGS
+= -I
$(STAGING_TARGET_DIR
)/usr
/include
26 CONFIGURE_ARGS
+= --without-python \
32 $(INSTALL_DIR
) $(IDIR_AUDIT
)/usr
/lib
33 $(CP
) $(WRKINST
)/usr
/lib
/libaudit
*.so
* \
36 include $(ADK_TOPDIR
)/mk
/pkg-bottom.mk