]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/sox
Add missing system-release to core30
[people/pmueller/ipfire-2.x.git] / lfs / sox
diff --git a/lfs/sox b/lfs/sox
index a3fc90390c5c8af406f7fd29939b7b10cd81b67a..cad16e55f67113ae827dc6843ab4bd38375b69fb 100644 (file)
--- a/lfs/sox
+++ b/lfs/sox
@@ -34,9 +34,7 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = sox
 PAK_VER    = 1
 
-DESCDE     = "Sox spielt gsm-Dateien ab."
-DESCEN     = "Sox is a player for gsm-files."
-DEPS       = "libvorbis"
+DEPS       = "libvorbis lame"
 
 ###############################################################################
 # Top-level Rules
@@ -81,7 +79,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && ./configure --prefix=/usr --disable-alsa-dsp --disable-oss-dsp \
                                --disable-sun-audio --disable-mad
-       cd $(DIR_APP) && make
+       cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)