Date:2010-08-17 03:55:46 (1 year 5 months ago)
Author:Xiangfu Liu
Commit:7e2599183ab9c9779bc105bb5a2916eb180307bd
Message:[guile] add development files

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
Acked-by: John Moore <jmoore@zedstar.org>
Files: guile/Makefile (3 diffs)

Change Details

guile/Makefile
66# See /LICENSE for more information.
77#
88
9# modified 02/05/2010
9# modified 16/08/2010
1010# author: jmoore@zedstar.org
1111
1212include $(TOPDIR)/rules.mk
...... 
1919
2020PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
2121
22PKG_FIXUP:=libtool
2223PKG_INSTALL:=1
2324
2425include $(INCLUDE_DIR)/package.mk
...... 
4041# should fix issue with threads
4142CONFIGURE_ARGS += --without-threads --without-gettext
4243
44define Build/InstallDev
45    $(INSTALL_DIR) \
46        $(1)/usr/include \
47        $(1)/usr/lib \
48        $(1)/usr/lib/pkgconfig
49    $(CP) \
50        $(PKG_INSTALL_DIR)/usr/lib/* \
51        $(1)/usr/lib/
52    $(CP) \
53        $(PKG_INSTALL_DIR)/usr/include/* \
54        $(1)/usr/include/
55    $(CP) \
56        $(PKG_INSTALL_DIR)/usr/lib/pkgconfig \
57        $(1)/usr/lib/
58endef
59
4360define Build/Compile
4461        (cd $(PKG_BUILD_DIR); autoreconf --force --install || exit 0);
4562endef

Archive Download the corresponding diff file



interactive