Skip to content
Snippets Groups Projects
Commit 5fcd0986 authored by Thomas Guillem's avatar Thomas Guillem
Browse files

contrib: add bitstream

parent 02ed1b67
No related branches found
No related tags found
No related merge requests found
BITSTREAM_HASH := 66f925a6c7bf0879f1d942328f3b131914b94648
BITSTREAM_VERSION := git-$(BITSTREAM_HASH)
BITSTREAM_GITURL := https://code.videolan.org/videolan/bitstream.git
PKGS += bitstream
$(TARBALLS)/bitstream-$(BITSTREAM_VERSION).tar.xz:
$(call download_git,$(BITSTREAM_GITURL),,$(BITSTREAM_HASH))
.sum-bitstream: bitstream-$(BITSTREAM_VERSION).tar.xz
$(call check_githash,$(BITSTREAM_HASH))
touch $@
bitstream: bitstream-$(BITSTREAM_VERSION).tar.xz .sum-bitstream
rm -rf $@-$(BITSTREAM_VERSION) $@
mkdir -p $@-$(BITSTREAM_VERSION)
tar xvf "$<" --strip-components=1 -C $@-$(BITSTREAM_VERSION)
$(MOVE)
.bitstream: bitstream
cd $< && PREFIX=$(PREFIX) $(MAKE) install
touch $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment