Changeset 42543
- Timestamp:
- 2014-09-15T12:15:23+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/package/libs/libreadline/Makefile
r33997 r42543 1 1 # 2 # Copyright (C) 2006 OpenWrt.org2 # Copyright (C) 2006-2014 OpenWrt.org 3 3 # 4 4 # This is free software, licensed under the GNU General Public License v2. … … 9 9 10 10 PKG_NAME:=readline 11 PKG_VERSION:=6. 211 PKG_VERSION:=6.3 12 12 PKG_RELEASE:=1 13 13 14 14 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz 15 15 PKG_SOURCE_URL:=@GNU/readline 16 PKG_MD5SUM:= 67948acb2ca081f23359d0256e9a271c16 PKG_MD5SUM:=33c8fb279e981274f485fd91da77e94a 17 17 18 18 PKG_LICENSE:=GPLv3 … … 45 45 --enable-static \ 46 46 --without-curses \ 47 bash_cv_wcwidth_broken=no \ 48 bash_cv_func_sigsetjmp=yes \ 47 49 ) 48 50 endef … … 62 64 $(CP) $(PKG_INSTALL_DIR)/usr/include/readline $(1)/usr/include/ 63 65 $(INSTALL_DIR) $(1)/usr/lib 64 $(CP) $(PKG_INSTALL_DIR)/usr/lib/lib{history,readline}.{a,so,so.6,so.6. 2} $(1)/usr/lib/66 $(CP) $(PKG_INSTALL_DIR)/usr/lib/lib{history,readline}.{a,so,so.6,so.6.3} $(1)/usr/lib/ 65 67 endef 66 68 67 69 define Package/libreadline/install 68 70 $(INSTALL_DIR) $(1)/usr/lib 69 $(CP) $(PKG_INSTALL_DIR)/usr/lib/lib{history,readline}.{so,so.6,so.6. 2} $(1)/usr/lib/71 $(CP) $(PKG_INSTALL_DIR)/usr/lib/lib{history,readline}.{so,so.6,so.6.3} $(1)/usr/lib/ 70 72 endef 71 73
Note: See TracChangeset
for help on using the changeset viewer.