wxbase: Cleanup Makefile
git-svn-id: svn://svn.openwrt.org/openwrt/packages@8998 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
28a4327d56
commit
d4b6ade3e7
16
libs/wxbase/Makefile
Executable file → Normal file
16
libs/wxbase/Makefile
Executable file → Normal file
@ -13,7 +13,7 @@ PKG_VERSION:=2.6.4
|
|||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=wxBase-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=wxBase-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=@SF/wxWidgets
|
PKG_SOURCE_URL:=@SF/wxwindows
|
||||||
PKG_MD5SUM:=6e55324d2a522d23fd8834ad8656e0b6
|
PKG_MD5SUM:=6e55324d2a522d23fd8834ad8656e0b6
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/wxBase-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/wxBase-$(PKG_VERSION)
|
||||||
@ -24,7 +24,7 @@ define Package/libwxbase
|
|||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=Cross-platform C++ framework
|
TITLE:=Cross-platform C++ framework
|
||||||
URL:=http://www.gnu.org/software/libtool/
|
URL:=http://www.wxwidgets.org/
|
||||||
DEPENDS:=+libexpat +uclibcxx +zlib
|
DEPENDS:=+libexpat +uclibcxx +zlib
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -106,15 +106,9 @@ CONFIGURE_ARGS+= \
|
|||||||
CONFIGURE_VARS+= \
|
CONFIGURE_VARS+= \
|
||||||
CXX="g++-uc+std" \
|
CXX="g++-uc+std" \
|
||||||
|
|
||||||
define Build/Configure
|
MAKE_FLAGS += \
|
||||||
$(call Build/Configure/Default,)
|
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||||
endef
|
all install \
|
||||||
|
|
||||||
define Build/Compile
|
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
|
||||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
|
||||||
all install
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
mkdir -p $(STAGING_DIR)/usr/bin
|
mkdir -p $(STAGING_DIR)/usr/bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user