Commit 87f2fe30 authored by Naohiro KORIYAMA's avatar Naohiro KORIYAMA Committed by Francois Cartegnie

contribs: add libaribb24

parent 97c02be6
6d0c8d78fe3db3fff7ff2af54677b2d8a663197c66e860ff01d0c6dd0aa45eeb5c2404a7a34cc6cec2dcb6fd72ba55e3a1be23225a8934ba74479e1f779a9692 aribb24-1.0.1.tar.bz2
# aribb24
ARIBB24_VERSION := 1.0.1
ARIBB24_URL := https://github.com/nkoriyama/aribb24/releases/download/v$(ARIBB24_VERSION)/aribb24-$(ARIBB24_VERSION).tar.bz2
PKGS += aribb24
ifeq ($(call need_pkg,"aribb24"),)
PKGS_FOUND += aribb24
endif
$(TARBALLS)/aribb24-$(ARIBB24_VERSION).tar.bz2:
$(call download,$(ARIBB24_URL))
.sum-aribb24: aribb24-$(ARIBB24_VERSION).tar.bz2
aribb24: aribb24-$(ARIBB24_VERSION).tar.bz2 .sum-aribb24
$(UNPACK)
$(MOVE)
DEPS_aribb24 = png
.aribb24: aribb24
$(RECONF)
cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
cd $< && $(MAKE) && $(MAKE) install
touch $@
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment