file: bump version to 5.25

Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
This commit is contained in:
Marko Ratkaj 2015-09-24 11:08:44 +02:00 committed by Luka Perkov
parent 2a1409b927
commit 3831a680ab
1 changed files with 5 additions and 2 deletions

View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=file
PKG_VERSION:=5.20
PKG_VERSION:=5.25
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=ftp://ftp.astron.com/pub/file/
PKG_MD5SUM:=5d5e13eb3e0e13839da869a31790faf2
PKG_MD5SUM:=e6a972d4e10d9e76407a432f4a63cd4c
PKG_LICENSE:=BSD-2c
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
$(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
define Package/libmagic/install