Skip to content
Snippets Groups Projects
Commit a2d1c373 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen
Browse files

contribs: Add libvlcpp rule

parent 56352884
No related branches found
No related tags found
No related merge requests found
LIBVLCPP_VERSION := master
LIBVLCPP_URL := https://code.videolan.org/videolan/libvlcpp.git
PKGS += libvlcpp
ifeq ($(call need_pkg,"libvlcpp"),)
PKGS_FOUND += libvlcpp
endif
$(TARBALLS)/libvlcpp-$(LIBVLCPP_VERSION).tar.xz:
$(call download_git,$(LIBVLCPP_URL),,$(LIBVLCPP_VERSION))
libvlcpp: libvlcpp-$(LIBVLCPP_VERSION).tar.xz
$(UNPACK)
$(MOVE)
.libvlcpp: libvlcpp
$(RECONF)
cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
cd $< && $(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