blob: a76c3c44b501d351e9bf540c1d24195c42aa4c3c [file] [log] [blame]
################################################################################
#
# bitstream
#
################################################################################
BITSTREAM_VERSION = 1.1
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
$(MAKE) -C $(@D) DESTDIR=$(STAGING_DIR) PREFIX=/usr install
endef
$(eval $(generic-package))