Commit a8e45403 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: add SRC

parent aa2b3392
85d93df24d9d62e7803a5d0ac5d268b2085214adcb160e32fac316b12ee8a0ce36ccfb433a3c0a08f6e3ec418a5962bdb84f8a11262286a9b347436983029a7d libsamplerate-0.1.8.tar.gz
# SAMPLERATE
SAMPLERATE_VERSION := 0.1.8
SAMPLERATE_URL := http://www.mega-nerd.com/SRC/libsamplerate-$(SAMPLERATE_VERSION).tar.gz
PKGS += samplerate
ifeq ($(call need_pkg,"samplerate"),)
PKGS_FOUND += samplerate
endif
$(TARBALLS)/libsamplerate-$(SAMPLERATE_VERSION).tar.gz:
$(call download,$(SAMPLERATE_URL))
.sum-samplerate: libsamplerate-$(SAMPLERATE_VERSION).tar.gz
samplerate: libsamplerate-$(SAMPLERATE_VERSION).tar.gz .sum-samplerate
$(UNPACK)
$(MOVE)
.samplerate: samplerate
cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
cd $< && $(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