Merge pull request #6488 from neheb/patch-2
alpine: Update to 2.21.9999
This commit is contained in:
commit
d580202e38
1 changed files with 5 additions and 4 deletions
|
@ -8,14 +8,14 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=alpine
|
PKG_NAME:=alpine
|
||||||
PKG_VERSION:=2.21.999
|
PKG_VERSION:=2.21.9999
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=http://repo.or.cz/alpine.git
|
PKG_SOURCE_URL:=http://repo.or.cz/alpine.git
|
||||||
PKG_SOURCE_VERSION:=349642a84039a4b026513c32a3b4f8594acd50df
|
PKG_SOURCE_VERSION:=d3e6f3932f2af9deca8eed09e30a55e9bd524362
|
||||||
PKG_MIRROR_HASH:=8db14c4ae14329a7cffc8ea5099b7fa5c7adf79ca03893b23b1a8c45b847e5af
|
PKG_MIRROR_HASH:=72f9e8c4c3ecbd5f73f527af98ad23f716fcede3af0ab0400c6e0bc9b1288e30
|
||||||
|
|
||||||
PKG_MAINTAINER:=Antti Seppälä <a.seppala@gmail.com>
|
PKG_MAINTAINER:=Antti Seppälä <a.seppala@gmail.com>
|
||||||
PKG_LICENSE:=Apache-2.0
|
PKG_LICENSE:=Apache-2.0
|
||||||
|
@ -24,6 +24,7 @@ PKG_LICENSE_FILES:=LICENSE
|
||||||
PKG_FIXUP:=autoreconf
|
PKG_FIXUP:=autoreconf
|
||||||
|
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
PKG_BUILD_PARALLEL:=1
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
|
||||||
|
|
||||||
|
@ -35,7 +36,7 @@ define Package/alpine/Default
|
||||||
CATEGORY:=Mail
|
CATEGORY:=Mail
|
||||||
DEPENDS:=+libopenssl +libncurses +libpthread +libpam $(ICONV_DEPENDS) $(INTL_DEPENDS)
|
DEPENDS:=+libopenssl +libncurses +libpthread +libpam $(ICONV_DEPENDS) $(INTL_DEPENDS)
|
||||||
TITLE:=Alternatively Licensed Program for Internet News and Email
|
TITLE:=Alternatively Licensed Program for Internet News and Email
|
||||||
URL:=http://www.washington.edu/alpine
|
URL:=http://alpine.x10host.com/alpine/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/alpine/Default/description
|
define Package/alpine/Default/description
|
||||||
|
|
Loading…
Reference in a new issue