Skip to content
Snippets Groups Projects
Commit ea361fc7 authored by Vittorio Giovara's avatar Vittorio Giovara Committed by Tristan Matthews
Browse files

contrib: add iax2 rules

Change-Id: Ic9014b322c9fcdd68823a2bcbbb00af87ee69690
Refs: #46617
parent 045401d9
No related branches found
No related tags found
No related merge requests found
#IAX
IAX_URL = https://gitlab.savoirfairelinux.com/sflphone/libiax2.git
PKGS += iax
$(TARBALLS)/iax-git.tar.xz:
$(call download_git,$(IAX_URL))
.sum-iax: iax-git.tar.xz
$(warning $@ not implemented)
touch $@
iax: iax-git.tar.xz .sum-iax
$(UNPACK)
$(MOVE)
.iax: iax
$(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.
Please register or to comment