|
@ -8,18 +8,19 @@ |
|
|
include $(TOPDIR)/rules.mk |
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
|
PKG_NAME:=cifs-utils |
|
|
PKG_NAME:=cifs-utils |
|
|
PKG_VERSION:=6.9 |
|
|
|
|
|
PKG_RELEASE:=2 |
|
|
|
|
|
|
|
|
PKG_VERSION:=6.10 |
|
|
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |
|
|
PKG_SOURCE_URL:=https://download.samba.org/pub/linux-cifs/cifs-utils/ |
|
|
PKG_SOURCE_URL:=https://download.samba.org/pub/linux-cifs/cifs-utils/ |
|
|
PKG_HASH:=18d8f1bf92c13c4d611502dbd6759e3a766ddc8467ec8a2eda3f589e40b9ac9c |
|
|
|
|
|
|
|
|
PKG_HASH:=92fc29c8e9039637f3344267500f1fa381e2cccd7d10142f0c1676fa575904a7 |
|
|
|
|
|
|
|
|
PKG_MAINTAINER:= |
|
|
PKG_MAINTAINER:= |
|
|
PKG_LICENSE:=GPL-3.0 |
|
|
|
|
|
|
|
|
PKG_LICENSE:=GPL-3.0-or-later |
|
|
PKG_LICENSE_FILES:=COPYING |
|
|
PKG_LICENSE_FILES:=COPYING |
|
|
PKG_CPE_ID:=cpe:/a:debian:cifs-utils |
|
|
PKG_CPE_ID:=cpe:/a:debian:cifs-utils |
|
|
|
|
|
|
|
|
|
|
|
PKG_FIXUP:=autoreconf |
|
|
PKG_INSTALL:=1 |
|
|
PKG_INSTALL:=1 |
|
|
PKG_BUILD_PARALLEL:=1 |
|
|
PKG_BUILD_PARALLEL:=1 |
|
|
|
|
|
|
|
@ -64,6 +65,7 @@ endef |
|
|
define Package/cifsmount/install |
|
|
define Package/cifsmount/install |
|
|
$(INSTALL_DIR) $(1)/usr/sbin |
|
|
$(INSTALL_DIR) $(1)/usr/sbin |
|
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/sbin/mount.cifs $(1)/usr/sbin/ |
|
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/sbin/mount.cifs $(1)/usr/sbin/ |
|
|
|
|
|
$(LN) /usr/sbin/mount.cifs $(1)/usr/sbin/mount.smb3 |
|
|
endef |
|
|
endef |
|
|
|
|
|
|
|
|
define Package/smbinfo/install |
|
|
define Package/smbinfo/install |
|
|