Revision: 5936 http://ipcop.svn.sourceforge.net/ipcop/?rev=5936&view=rev Author: gespinasse Date: 2011-10-13 20:43:10 +0000 (Thu, 13 Oct 2011) Log Message: ----------- Upgrade pax-utils from 0.2.1 to 0.2.3 Use the .xz package Run the test when asked so
Modified Paths: -------------- ipcop/trunk/lfs/pax-utils Modified: ipcop/trunk/lfs/pax-utils =================================================================== --- ipcop/trunk/lfs/pax-utils 2011-10-12 20:58:02 UTC (rev 5935) +++ ipcop/trunk/lfs/pax-utils 2011-10-13 20:43:10 UTC (rev 5936) @@ -33,12 +33,12 @@ include Config PKG_NAME = pax-utils -VER = 0.2.1 +VER = 0.2.3 HOST_ARCH = all OTHER_SRC = yes THISAPP = $(PKG_NAME)-$(VER) -DL_FILE = $(THISAPP).tar.bz2 +DL_FILE = $(THISAPP).tar.xz DL_FROM = http://dev.gentoo.org/~vapier/dist DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) @@ -51,7 +51,7 @@ $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 2bf53234580e02294453a40c864f5871 +$(DL_FILE)_MD5 = d2d27891742d14d81b205cf4e42de28a install : $(TARGET) @@ -80,8 +80,14 @@ $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && make + +ifeq "$(RUNNING_TEST)" "yes" + # tests/source require python, run only tests/scanelf + cd $(DIR_APP)/tests/scanelf && make check &> $(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log +endif cd $(DIR_APP) && make PREFIX=/$(TOOLS_DIR) install @rm -rf $(DIR_APP) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2d-oct _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn