From: Michael Tremer Date: Sun, 17 Aug 2008 17:47:12 +0000 (+0000) Subject: Removed mpg123, as it is removed in branch 2.x, too. X-Git-Tag: v3.0-alpha1~745 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4b4d97f408be4d01005d260b6265cd312e182d12;p=ipfire-3.x.git Removed mpg123, as it is removed in branch 2.x, too. --- diff --git a/lfs/mpg123 b/lfs/mpg123 deleted file mode 100644 index 27e73655f..000000000 --- a/lfs/mpg123 +++ /dev/null @@ -1,84 +0,0 @@ -############################################################################### -# # -# IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # -# # -# This program is free software: you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation, either version 3 of the License, or # -# (at your option) any later version. # -# # -# This program is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with this program. If not, see . # -# # -############################################################################### - -############################################################################### -# Definitions -############################################################################### - -include Config - -VER = 0.59r - -THISAPP = mpg123-$(VER) -DL_FILE = $(THISAPP).tar.gz -DL_FROM = $(URL_IPFIRE) -DIR_APP = $(DIR_SRC)/$(THISAPP) -TARGET = $(DIR_INFO)/$(THISAPP) -PROG = mpg123 -PAK_VER = 1 - -DEPS = "" - -############################################################################### -# Top-level Rules -############################################################################### - -objects = $(DL_FILE) - -$(DL_FILE) = $(DL_FROM)/$(DL_FILE) - -$(DL_FILE)_MD5 = 95df59ad1651dd2346d49fafc83747e7 - -install : $(TARGET) - -check : $(patsubst %,$(DIR_CHK)/%,$(objects)) - -download : $(objects) - -md5 : $(subst %,%_MD5,$(objects)) - -dist: - $(PAK) - -############################################################################### -# Downloading, checking, md5sum -############################################################################### - -$(patsubst %,$(DIR_CHK)/%,$(objects)) : - @$(CHECK) - -$(objects) : - @$(LOAD) - -$(subst %,%_MD5,$(objects)) : - @$(MD5) - -############################################################################### -# Installation Details -############################################################################### - -$(TARGET) : - @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/mpg123-0.59r-security-1.patch - cd $(DIR_APP) && make PREFIX=/usr linux $(MAKETUNING) - cd $(DIR_APP) && make PREFIX=/usr install - @rm -rf $(DIR_APP) - @$(POSTBUILD) diff --git a/make.sh b/make.sh index 9d9b3c544..bcdde5160 100755 --- a/make.sh +++ b/make.sh @@ -377,7 +377,6 @@ misc_build() { #ipfire_make cyrus-imapd #ipfire_make clamav #ipfire_make alsa - #ipfire_make mpg123 #ipfire_make mpfire #ipfire_make guardian #ipfire_make libid3tag