-libsndfile::
- mkdir -p $(DESTDIR)
- cd $(LIBSNDFILE_SRCDIR) && ./configure --prefix="$(DESTDIR)" --exec_prefix="$(DESTDIR)"
- cd $(LIBSNDFILE_SRCDIR) && make
- cd $(LIBSNDFILE_SRCDIR) && make install
- cd $(LIBSNDFILE_SRCDIR) && make clean
-
-libsfocaml::