X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fsox;h=378429d4d198ef082b0bf3db6310f4f257551fe7;hb=ebbd219a93e8a3976557070216347af9a20df8c1;hp=a3fc90390c5c8af406f7fd29939b7b10cd81b67a;hpb=70df830214c97a68fcb7e89ae0d7df58c35590be;p=ipfire-2.x.git diff --git a/lfs/sox b/lfs/sox index a3fc90390c..378429d4d1 100644 --- 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)