From: Steven Barth Date: Thu, 12 Jun 2014 13:43:56 +0000 (+0000) Subject: unrar: moved to github X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a5e6fcd830bda5706a7ef37c796b8f8d39fedeac;p=openwrt%2Fsvn-archive%2Fpackages.git unrar: moved to github SVN-Revision: 41157 --- diff --git a/utils/unrar/Makefile b/utils/unrar/Makefile deleted file mode 100644 index 373b1fe5a..000000000 --- a/utils/unrar/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# -# Copyright (C) 2006-2011 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:=unrar -PKG_VERSION:=4.0.7 -PKG_RELEASE:=1 - -PKG_SOURCE:=unrarsrc-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://www.rarlab.com/rar -PKG_MD5SUM:=41b0a9bca945b4ae2608421afd8f606e - -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/unrar -PKG_INSTALL:=1 - -include $(INCLUDE_DIR)/uclibc++.mk -include $(INCLUDE_DIR)/package.mk - -define Package/unrar - SECTION:=utils - CATEGORY:=Utilities - SUBMENU:=compression - TITLE:=unrar application - URL:=http://www.rarlab.com/ - DEPENDS:=$(CXX_DEPENDS) -endef - -define Package/unrar/description - unrar is an application that can decompress files and archives created using - the RAR compression scheme -endef - -define Build/Configure - $(call Build/Configure/Default, ) - ln -s $(PKG_BUILD_DIR)/makefile.unix $(PKG_BUILD_DIR)/Makefile -endef - -define Package/unrar/install - $(INSTALL_DIR) $(1)/usr/bin - $(INSTALL_BIN) $(PKG_INSTALL_DIR)/bin/unrar $(1)/usr/bin/ -endef - -$(eval $(call BuildPackage,unrar))