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

Contribs: install sid builders in standard directory

parent c7866a77
...@@ -2664,12 +2664,15 @@ sidplay-2.1.1: sidplay-libs-2.1.1.tar.gz ...@@ -2664,12 +2664,15 @@ sidplay-2.1.1: sidplay-libs-2.1.1.tar.gz
.sidplay: sidplay-2.1.1 .sidplay: sidplay-2.1.1
(cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) && make && make install) (cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) && make && make install)
(cp -f $(PREFIX)/lib/sidplay/builders/* $(PREFIX)/lib/)
touch $@
CLEAN_FILE += .sidplay CLEAN_FILE += .sidplay
CLEAN_PKG += sidplay-2.1.1 CLEAN_PKG += sidplay-2.1.1
DISTCLEAN_PKG += sidplay-libs-2.1.1.tar.gz DISTCLEAN_PKG += sidplay-libs-2.1.1.tar.gz
##
###################################
tools: $(TOOLS) tools: $(TOOLS)
......
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