]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/sox
Fixed mkdir directives to match project policy
[people/pmueller/ipfire-2.x.git] / lfs / sox
diff --git a/lfs/sox b/lfs/sox
index a3fc90390c5c8af406f7fd29939b7b10cd81b67a..378429d4d198ef082b0bf3db6310f4f257551fe7 100644 (file)
--- a/lfs/sox
+++ b/lfs/sox
@@ -34,8 +34,6 @@ 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"
 
 ###############################################################################
@@ -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)