mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
git: Fix build dependencies
Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
+3
-5
@@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2009-2015 OpenWrt.org
|
# Copyright (C) 2009-2016 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=git
|
PKG_NAME:=git
|
||||||
PKG_VERSION:=2.8.2
|
PKG_VERSION:=2.8.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=@KERNEL/software/scm/git/
|
PKG_SOURCE_URL:=@KERNEL/software/scm/git/
|
||||||
@@ -26,14 +26,12 @@ define Package/git/Default
|
|||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
SUBMENU:=Version Control Systems
|
SUBMENU:=Version Control Systems
|
||||||
DEPENDS:=+libopenssl +libpthread +librt +zlib
|
DEPENDS:=+libopenssl +libpthread +librt +zlib
|
||||||
TITLE:=The fast version control system
|
|
||||||
URL:=http://git-scm.com
|
URL:=http://git-scm.com
|
||||||
MAINTAINER:=Peter Wagner <tripolar@gmx.at>
|
MAINTAINER:=Peter Wagner <tripolar@gmx.at>
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/git
|
define Package/git
|
||||||
$(call Package/git/Default)
|
$(call Package/git/Default)
|
||||||
DEPENDS:=+libopenssl +libpthread +librt
|
|
||||||
TITLE:=The fast version control system
|
TITLE:=The fast version control system
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@@ -45,7 +43,7 @@ endef
|
|||||||
|
|
||||||
define Package/git-http
|
define Package/git-http
|
||||||
$(call Package/git/Default)
|
$(call Package/git/Default)
|
||||||
DEPENDS:=git +libcurl +ca-certificates
|
DEPENDS+=git +libcurl +ca-certificates
|
||||||
TITLE:=Git HTTP commands
|
TITLE:=Git HTTP commands
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user