mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
Add hash for license file Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
470 B
Makefile
15 lines
470 B
Makefile
################################################################################
|
|
#
|
|
# libdvbpsi
|
|
#
|
|
################################################################################
|
|
|
|
LIBDVBPSI_VERSION = 1.3.2
|
|
LIBDVBPSI_SITE = http://download.videolan.org/pub/libdvbpsi/$(LIBDVBPSI_VERSION)
|
|
LIBDVBPSI_SOURCE = libdvbpsi-$(LIBDVBPSI_VERSION).tar.bz2
|
|
LIBDVBPSI_LICENSE = LGPL-2.1+
|
|
LIBDVBPSI_LICENSE_FILES = COPYING
|
|
LIBDVBPSI_INSTALL_STAGING = YES
|
|
|
|
$(eval $(autotools-package))
|