Upgrade screen to 4.0.3 (#1846)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@7557 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f9a8868d03
commit
03293a8174
@ -9,12 +9,13 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=screen
|
PKG_NAME:=screen
|
||||||
PKG_VERSION:=4.0.2
|
PKG_VERSION:=4.0.3
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=@GNU/screen
|
PKG_SOURCE_URL:=ftp://ftp.uni-erlangen.de/pub/utilities/screen \
|
||||||
PKG_MD5SUM:=ed68ea9b43d9fba0972cb017a24940a1
|
@GNU/screen
|
||||||
|
PKG_MD5SUM:=8506fd205028a96c741e4037de6e3c42
|
||||||
PKG_CAT:=zcat
|
PKG_CAT:=zcat
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||||
@ -33,7 +34,11 @@ define Package/screen
|
|||||||
URL:=http://www.gnu.org/software/screen/
|
URL:=http://www.gnu.org/software/screen/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
# uses GNU configure
|
define Build/Configure
|
||||||
|
$(call Build/Configure/Default,,\
|
||||||
|
LIBS="-lcrypt" \
|
||||||
|
)
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/screen/install
|
define Package/screen/install
|
||||||
$(INSTALL_DIR) $(1)/usr/sbin
|
$(INSTALL_DIR) $(1)/usr/sbin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user