c7f4b96471
Since the trailing slash is stripped from $($(PKG)_SITE) by pkg-generic.mk: $(call DOWNLOAD,$($(PKG)_SITE:/=)/$($(PKG)_SOURCE)) so it is redundant. This patch removes it from $(PKG)_SITE variable for BR consistency. Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
13 lines
360 B
Makefile
13 lines
360 B
Makefile
################################################################################
|
|
#
|
|
# aespipe
|
|
#
|
|
################################################################################
|
|
|
|
AESPIPE_VERSION = 2.4c
|
|
AESPIPE_SOURCE = aespipe-v$(AESPIPE_VERSION).tar.bz2
|
|
AESPIPE_SITE = http://loop-aes.sourceforge.net/aespipe
|
|
AESPIPE_LICENSE = GPL
|
|
|
|
$(eval $(autotools-package))
|