mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
use variable to hold version
This commit is contained in:
parent
eced88398d
commit
f31e65d886
@ -3,9 +3,10 @@
|
|||||||
# file
|
# file
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
FILE_SOURCE:=file-4.10.tar.gz
|
FILE_VER:=4.10
|
||||||
|
FILE_SOURCE:=file-$(FILE_VER).tar.gz
|
||||||
FILE_SITE:=ftp://ftp.astron.com/pub/file
|
FILE_SITE:=ftp://ftp.astron.com/pub/file
|
||||||
FILE_DIR:=$(BUILD_DIR)/file-4.10
|
FILE_DIR:=$(BUILD_DIR)/file-$(FILE_VER)
|
||||||
FILE_CAT:=zcat
|
FILE_CAT:=zcat
|
||||||
FILE_BINARY:=src/file
|
FILE_BINARY:=src/file
|
||||||
FILE_TARGET_BINARY:=usr/bin/file
|
FILE_TARGET_BINARY:=usr/bin/file
|
||||||
|
Loading…
x
Reference in New Issue
Block a user