From: hauke Date: Sat, 30 Jan 2016 14:28:25 +0000 (+0000) Subject: cifs-utils: moved to github X-Git-Url: https://git.archive.openwrt.org/packages.git?p=packages.git;a=commitdiff_plain;h=14649163f7a5eed70ef090a51dd815e748f2091b cifs-utils: moved to github Signed-off-by: Hauke Mehrtens git-svn-id: svn://svn.openwrt.org/openwrt/packages@48567 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/cifs-utils/Makefile b/net/cifs-utils/Makefile deleted file mode 100644 index 743e12b40..000000000 --- a/net/cifs-utils/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# -# Copyright (C) 2007-2012 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -include $(TOPDIR)/rules.mk - -PKG_NAME:=cifs-utils -PKG_VERSION:=5.4 -PKG_RELEASE:=1 - -PKG_SOURCE_URL:=http://ftp.samba.org/pub/linux-cifs/cifs-utils -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_MD5SUM:=dde98336c833b59777114145cb8f3c64 - -include $(INCLUDE_DIR)/package.mk - -define Package/cifsmount - SECTION:=net - CATEGORY:=Network - TITLE:=CIFS mount utilities - URL:=http://wiki.samba.org/index.php/LinuxCIFS_utils -endef - -TARGET_CFLAGS += -Wno-error - -CONFIGURE_ARGS += \ - --exec-prefix=/usr \ - --prefix=/ \ - --with-libcap-ng=no \ - --with-libcap=no - -define Package/cifsmount/install - $(INSTALL_DIR) $(1)/usr/sbin - $(INSTALL_BIN) $(PKG_BUILD_DIR)/mount.cifs $(1)/usr/sbin/ -endef - -$(eval $(call BuildPackage,cifsmount))