mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
https://code.videolan.org/videolan/bitstream/-/blob/1.6/NEWS Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
22 lines
648 B
Makefile
22 lines
648 B
Makefile
################################################################################
|
|
#
|
|
# bitstream
|
|
#
|
|
################################################################################
|
|
|
|
BITSTREAM_VERSION = 1.6
|
|
BITSTREAM_SOURCE = bitstream-$(BITSTREAM_VERSION).tar.bz2
|
|
BITSTREAM_SITE = https://get.videolan.org/bitstream/$(BITSTREAM_VERSION)
|
|
BITSTREAM_LICENSE = MIT
|
|
BITSTREAM_LICENSE_FILES = COPYING
|
|
|
|
# package consists of header files only
|
|
BITSTREAM_INSTALL_STAGING = YES
|
|
BITSTREAM_INSTALL_TARGET = NO
|
|
|
|
define BITSTREAM_INSTALL_STAGING_CMDS
|
|
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) DESTDIR=$(STAGING_DIR) PREFIX=/usr install
|
|
endef
|
|
|
|
$(eval $(generic-package))
|