1################################################################################ 2# 3# bitstream 4# 5################################################################################ 6 7BITSTREAM_VERSION = 1.5 8BITSTREAM_SOURCE = bitstream-$(BITSTREAM_VERSION).tar.bz2 9BITSTREAM_SITE = https://get.videolan.org/bitstream/$(BITSTREAM_VERSION) 10BITSTREAM_LICENSE = MIT 11BITSTREAM_LICENSE_FILES = COPYING 12 13# package consists of header files only 14BITSTREAM_INSTALL_STAGING = YES 15BITSTREAM_INSTALL_TARGET = NO 16 17define BITSTREAM_INSTALL_STAGING_CMDS 18 $(TARGET_MAKE_ENV) $(MAKE) -C $(@D) DESTDIR=$(STAGING_DIR) PREFIX=/usr install 19endef 20 21$(eval $(generic-package)) 22