mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-24 14:03:29 +08:00
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>
17 lines
434 B
Makefile
17 lines
434 B
Makefile
################################################################################
|
|
#
|
|
# libee
|
|
#
|
|
################################################################################
|
|
|
|
LIBEE_VERSION = 0.4.1
|
|
LIBEE_SITE = http://www.libee.org/download/files/download
|
|
LIBEE_LICENSE = LGPLv2.1+
|
|
LIBEE_LICENSE_FILES = COPYING
|
|
LIBEE_DEPENDENCIES = libestr host-pkgconf
|
|
LIBEE_INSTALL_STAGING = YES
|
|
|
|
LIBEE_MAKE = $(MAKE1)
|
|
|
|
$(eval $(autotools-package))
|