file: bump version to 5.25
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
This commit is contained in:
parent
b1888862ad
commit
5b2245131b
1 changed files with 5 additions and 2 deletions
|
@ -8,12 +8,12 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=file
|
PKG_NAME:=file
|
||||||
PKG_VERSION:=5.20
|
PKG_VERSION:=5.25
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=ftp://ftp.astron.com/pub/file/
|
PKG_SOURCE_URL:=ftp://ftp.astron.com/pub/file/
|
||||||
PKG_MD5SUM:=5d5e13eb3e0e13839da869a31790faf2
|
PKG_MD5SUM:=e6a972d4e10d9e76407a432f4a63cd4c
|
||||||
|
|
||||||
PKG_LICENSE:=BSD-2c
|
PKG_LICENSE:=BSD-2c
|
||||||
PKG_LICENSE_FILES:=COPYING
|
PKG_LICENSE_FILES:=COPYING
|
||||||
|
@ -83,6 +83,9 @@ define Package/file/install
|
||||||
$(SED) "/^#/d" $(PKG_INSTALL_DIR)/usr/share/file/magic
|
$(SED) "/^#/d" $(PKG_INSTALL_DIR)/usr/share/file/magic
|
||||||
$(SED) "/^$$$$/d" $(PKG_INSTALL_DIR)/usr/share/file/magic
|
$(SED) "/^$$$$/d" $(PKG_INSTALL_DIR)/usr/share/file/magic
|
||||||
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/share/file/magic $(1)/usr/share/misc/
|
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/share/file/magic $(1)/usr/share/misc/
|
||||||
|
|
||||||
|
# For some reason both "magic" and "magic.mgc" MUST exist
|
||||||
|
ln -sf magic $(1)/usr/share/misc/magic.mgc
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libmagic/install
|
define Package/libmagic/install
|
||||||
|
|
Loading…
Reference in a new issue