3 include $(TOPDIR
)/rules.mk
8 PKG_MD5SUM
:=ff409db977e4a4897aa09ea420a28a2f
10 PKG_SOURCE_URL
:=@GNU
/$(PKG_NAME
)
11 PKG_SOURCE
:=$(PKG_NAME
)-$(PKG_VERSION
).
tar.gz
14 PKG_BUILD_DIR
:=$(BUILD_DIR
)/$(PKG_NAME
)-$(PKG_VERSION
)
15 PKG_INSTALL_DIR
:=$(PKG_BUILD_DIR
)/ipkg-install
17 include $(TOPDIR
)/package
/rules.mk
19 $(eval
$(call PKG_template
,LIBGPG_ERROR
,libgpg-error
,$(PKG_VERSION
)-$(PKG_RELEASE
),$(ARCH
)))
21 $(PKG_BUILD_DIR
)/.configured
: $(PKG_BUILD_DIR
)/.prepared
22 (cd
$(PKG_BUILD_DIR
); rm -rf config.
{cache
,status
} ; \
23 $(TARGET_CONFIGURE_OPTS
) \
24 CFLAGS
="$(TARGET_CFLAGS)" \
25 CPPFLAGS
="-I$(STAGING_DIR)/usr/include" \
26 LDFLAGS
="-L$(STAGING_DIR)/usr/lib" \
28 --target
=$(GNU_TARGET_NAME
) \
29 --host
=$(GNU_TARGET_NAME
) \
30 --build
=$(GNU_HOST_NAME
) \
36 --datadir=/usr
/share \
37 --includedir=/usr
/include \
38 --infodir=/usr
/share
/info \
40 --libexecdir
=/usr
/lib \
41 --localstatedir
=/var \
42 --mandir=/usr
/share
/man \
46 $(DISABLE_LARGEFILE
) \
53 $(PKG_BUILD_DIR
)/.built
: $(PKG_BUILD_DIR
)/.configured
54 rm -rf
$(PKG_INSTALL_DIR
)
55 mkdir
-p
$(PKG_INSTALL_DIR
)
56 $(MAKE
) -C
$(PKG_BUILD_DIR
) \
57 DESTDIR
="$(PKG_INSTALL_DIR)" \
61 $(IPKG_LIBGPG_ERROR
): $(STAGING_DIR
)/usr
/lib
/libgpg-error.so
62 install -m0755
-d
$(IDIR_LIBGPG_ERROR
)/usr
/lib
63 cp
-fpR
$(PKG_INSTALL_DIR
)/usr
/lib
/libgpg-error.so.
* $(IDIR_LIBGPG_ERROR
)/usr
/lib
/
64 $(RSTRIP
) $(IDIR_LIBGPG_ERROR
)
65 $(IPKG_BUILD
) $(IDIR_LIBGPG_ERROR
) $(PACKAGE_DIR
)
67 $(STAGING_DIR
)/usr
/lib
/libgpg-error.so
: $(PKG_BUILD_DIR
)/.built
68 mkdir
-p
$(STAGING_DIR
)/usr
/bin
69 cp
-fpR
$(PKG_INSTALL_DIR
)/usr
/bin
/gpg-error-config
$(STAGING_DIR
)/usr
/bin
/
70 mkdir
-p
$(STAGING_DIR
)/usr
/include
71 cp
-fpR
$(PKG_INSTALL_DIR
)/usr
/include/gpg-error.h
$(STAGING_DIR
)/usr
/include/
72 mkdir
-p
$(STAGING_DIR
)/usr
/lib
73 cp
-fpR
$(PKG_INSTALL_DIR
)/usr
/lib
/libgpg-error.
{a
,so
*} $(STAGING_DIR
)/usr
/lib
/
74 mkdir
-p
$(STAGING_DIR
)/usr
/share
/aclocal
75 cp
-fpR
$(PKG_INSTALL_DIR
)/usr
/share
/aclocal
/gpg-error.m4
$(STAGING_DIR
)/usr
/share
/aclocal
/
78 install-dev
: $(STAGING_DIR
)/usr
/lib
/libgpg-error.so
82 $(STAGING_DIR
)/usr
/bin
/gpg-error-config \
83 $(STAGING_DIR
)/usr
/include/gpg-error.h \
84 $(STAGING_DIR
)/usr
/lib
/libgpg-error.
{a
,so
*} \
85 $(STAGING_DIR
)/usr
/share
/aclocal
/gpg-error.m4 \