Use <package>_VERSION in all <package>.mk instead of <package>_VER

This commit is contained in:
Ulf Samuelsson
2007-07-11 14:06:06 +00:00
parent cd599b6114
commit e1621a4a2a
110 changed files with 410 additions and 387 deletions

View File

@@ -3,10 +3,10 @@
# rsync
#
#############################################################
RSYNC_VER:=2.6.9
RSYNC_SOURCE:=rsync-$(RSYNC_VER).tar.gz
RSYNC_VERSION:=2.6.9
RSYNC_SOURCE:=rsync-$(RSYNC_VERSION).tar.gz
RSYNC_SITE:=http://rsync.samba.org/ftp/rsync/
RSYNC_DIR:=$(BUILD_DIR)/rsync-$(RSYNC_VER)
RSYNC_DIR:=$(BUILD_DIR)/rsync-$(RSYNC_VERSION)
RSYNC_CAT:=$(ZCAT)
RSYNC_BINARY:=rsync
RSYNC_TARGET_BINARY:=usr/bin/rsync