mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Cleanup left over sources
This commit is contained in:
@@ -88,5 +88,5 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
cd $(DIR_APP) && make $(MAKETUNING)
|
||||
cd $(DIR_APP) && make install
|
||||
ln -s $(THISAPP) /usr/src/directfb
|
||||
# @rm -rf $(DIR_APP)
|
||||
@rm -rf $(DIR_APP)
|
||||
@$(POSTBUILD)
|
||||
|
||||
@@ -88,6 +88,5 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
cd $(DIR_SRC)/ffmpeg && make $(MAKETUNING) $(EXTRA_MAKE)
|
||||
cd $(DIR_SRC)/ffmpeg && make install
|
||||
cd $(DIR_SRC)/ffmpeg && make install-libs
|
||||
ldconfig
|
||||
# @rm -rf $(DIR_APP)
|
||||
@rm -rf $(DIR_APP)
|
||||
@$(POSTBUILD)
|
||||
|
||||
@@ -83,7 +83,7 @@ $(subst %,%_MD5,$(objects)) :
|
||||
|
||||
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@$(PREBUILD)
|
||||
@rm -rf $(DIR_APP) $(DIR_SRC)/libnfnetlink-1.0.0 $(DIR_SRC)/netfilter-layer7* $(DIR_SRC)/libnetfilter_queue-0.0.17
|
||||
@rm -rf $(DIR_APP) $(DIR_SRC)/libnfnetlink-* $(DIR_SRC)/netfilter-layer7* $(DIR_SRC)/libnetfilter_queue-*
|
||||
|
||||
@cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
|
||||
# cp -rf /usr/src/linux/include/linux/netfilter /usr/include/linux
|
||||
@@ -138,5 +138,5 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
cd $(DIR_SRC)/libnetfilter_cttimeout-1.0.0 && make $(MAKETUNING) $(EXTRA_MAKE)
|
||||
cd $(DIR_SRC)/libnetfilter_cttimeout-1.0.0 && make install
|
||||
|
||||
@rm -rf $(DIR_APP) $(DIR_SRC)/libnfnetlink-1.0.0 $(DIR_SRC)/netfilter-layer7* $(DIR_SRC)/libnetfilter_queue-0.0.17
|
||||
@rm -rf $(DIR_APP) $(DIR_SRC)/libnfnetlink-* $(DIR_SRC)/netfilter-layer7* $(DIR_SRC)/libnetfilter_queue-*
|
||||
@$(POSTBUILD)
|
||||
|
||||
4
lfs/krb5
4
lfs/krb5
@@ -76,7 +76,7 @@ $(subst %,%_MD5,$(objects)) :
|
||||
|
||||
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@$(PREBUILD)
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
|
||||
@rm -rf $(DIR_SRC)/$(THISAPP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
|
||||
cd $(DIR_APP) && patch -Np2 < $(DIR_SRC)/src/patches/mitkrb-1.12.1-db2_fix-1.patch
|
||||
|
||||
cd $(DIR_APP) && sed -e "s@python2.5/Python.h@& python2.7/Python.h@g" \
|
||||
@@ -101,5 +101,5 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
chmod -f -v 755 "/usr/lib/lib$$LIB.so"; \
|
||||
done
|
||||
|
||||
@rm -rf $(DIR_APP)
|
||||
@rm -rf $(DIR_SRC)/$(THISAPP)
|
||||
@$(POSTBUILD)
|
||||
|
||||
@@ -74,4 +74,5 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
cd $(DIR_SRC)/mISDNuser && ./configure --prefix=/usr --with-AF_ISDN=34
|
||||
cd $(DIR_SRC)/mISDNuser && make MISDNDIR=/usr/src/linux
|
||||
cd $(DIR_SRC)/mISDNuser && make install MISDNDIR=/usr/src/linux
|
||||
@rm -rf $(DIR_APP)
|
||||
@$(POSTBUILD)
|
||||
|
||||
@@ -79,7 +79,7 @@ $(subst %,%_MD5,$(objects)) :
|
||||
|
||||
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@$(PREBUILD)
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
|
||||
@rm -rf $(DIR_APP) $(DIR_SRC)/nagios-plugins* && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
|
||||
cd $(DIR_APP) && \
|
||||
./configure --prefix=/usr \
|
||||
--sysconfdir=/etc/nagios \
|
||||
@@ -110,5 +110,5 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
ln -s /etc/init.d/nagios /etc/rc.d/rc3.d/S67nagios
|
||||
ln -s /etc/init.d/nagios /etc/rc.d/rc0.d/K33nagios
|
||||
ln -s /etc/init.d/nagios /etc/rc.d/rc6.d/K33nagios
|
||||
@rm -rf $(DIR_APP)
|
||||
@rm -rf $(DIR_APP) $(DIR_SRC)/nagios-plugins*
|
||||
@$(POSTBUILD)
|
||||
|
||||
@@ -97,4 +97,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
/etc/httpd/conf/vhosts.d/
|
||||
install -v -m 644 $(DIR_SRC)/config/backup/includes/owncloud \
|
||||
/var/ipfire/backup/addons/includes/owncloud
|
||||
|
||||
@rm -rf $(DIR_SRC)/$(PROG)
|
||||
@$(POSTBUILD)
|
||||
|
||||
8
lfs/xvid
8
lfs/xvid
@@ -29,7 +29,7 @@ VER = 1.2.1
|
||||
THISAPP = xvidcore-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
DIR_APP = $(DIR_SRC)/xvidcore
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = xvid
|
||||
PAK_VER = 2
|
||||
@@ -77,9 +77,9 @@ $(subst %,%_MD5,$(objects)) :
|
||||
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@$(PREBUILD)
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
|
||||
cd $(DIR_SRC)/xvidcore/build/generic && ./configure --prefix=/usr
|
||||
cd $(DIR_SRC)/xvidcore/build/generic && make
|
||||
cd $(DIR_SRC)/xvidcore/build/generic && make install
|
||||
cd $(DIR_APP)/build/generic && ./configure --prefix=/usr
|
||||
cd $(DIR_APP)/build/generic && make
|
||||
cd $(DIR_APP)/build/generic && make install
|
||||
chmod -v 755 /usr/lib/libxvidcore.so.4.2
|
||||
ln -v -sf libxvidcore.so.4.2 /usr/lib/libxvidcore.so.4
|
||||
ln -v -sf libxvidcore.so.4 /usr/lib/libxvidcore.so
|
||||
|
||||
Reference in New Issue
Block a user