backuppc: replace samba36 dependency
Samba 3.6 will be removed soon. samba4-client a replacement. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
ec9b38e584
commit
4e363da6b2
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=backuppc
|
PKG_NAME:=backuppc
|
||||||
PKG_VERSION:=3.3.2
|
PKG_VERSION:=3.3.2
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=BackupPC-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=BackupPC-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=@SF/backuppc
|
PKG_SOURCE_URL:=@SF/backuppc
|
||||||
|
@ -25,7 +25,7 @@ define Package/backuppc
|
||||||
CATEGORY:=Administration
|
CATEGORY:=Administration
|
||||||
TITLE:=high-performance, enterprise-grade system for backing up PCs
|
TITLE:=high-performance, enterprise-grade system for backing up PCs
|
||||||
URL:=https://sourceforge.net/projects/backuppc/
|
URL:=https://sourceforge.net/projects/backuppc/
|
||||||
DEPENDS:=+perl +perl-www +perl-cgi +perlbase-digest +perlbase-compress +perlbase-archive +perlbase-data +perlbase-storable +perlbase-getopt +perl-file-rsyncp +openssh-client +tar +bzip2 +samba36-client +rsync +iputils-ping
|
DEPENDS:=+perl +perl-www +perl-cgi +perlbase-digest +perlbase-compress +perlbase-archive +perlbase-data +perlbase-storable +perlbase-getopt +perl-file-rsyncp +openssh-client +tar +bzip2 +samba4-client +rsync +iputils-ping
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/backuppc/description
|
define Package/backuppc/description
|
||||||
|
|
Loading…
Reference in a new issue