From: Michael Tremer Date: Sat, 31 Jan 2009 17:08:44 +0000 (+0100) Subject: Added new package: pax-utils. X-Git-Tag: v3.0-alpha1~44^2~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=793c6908022168e4618ede42b03df6341f993095;p=ipfire-3.x.git Added new package: pax-utils. --- diff --git a/lfs/pax-utils b/lfs/pax-utils new file mode 100644 index 000000000..7ff93ed46 --- /dev/null +++ b/lfs/pax-utils @@ -0,0 +1,80 @@ +############################################################################### +# # +# IPFire.org - A linux based firewall # +# Copyright (C) 2007, 2008 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 + +PKG_NAME = pax-utils +VER = 0.1.19 +PKG_VER = 0 + +THISAPP = $(PKG_NAME)-$(VER) +DL_FILE = $(THISAPP).tar.bz2 +DIR_APP = $(DIR_SRC)/$(THISAPP) + +OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) + +MAINTAINER = +GROUP = Security/Tools +EXTRA = no +DEBUG = yes +DEPS = + +URL = http://www.gentoo.org/proj/en/hardened/pax-utils.xml +LICENSE = GPLv2+ +SHORT_DESC = Utilities for checking PaX features. + +define LONG_DESC + This package contains several utilities for checking PaX features. +endef + +############################################################################### +# Top-level Rules +############################################################################### + +objects = $(DL_FILE) + +download: $(objects) + +info: + $(DO_PKG_INFO) + +install: $(OBJECT) + +package: + @$(DO_PACKAGE) + +$(objects): + @$(LOAD) + +############################################################################### +# Installation Details +############################################################################### + +$(OBJECT): $(objects) + @$(PREBUILD) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && make $(PARALLELISMFLAGS) + cd $(DIR_APP) && make install + @rm -rf $(DIR_APP) + @$(POSTBUILD) diff --git a/make.sh b/make.sh index c0263b9cd..a64edda46 100755 --- a/make.sh +++ b/make.sh @@ -433,6 +433,7 @@ misc_build() { ### Debugging # + ipfire_make pax-utils ipfire_make gdb ipfire_make strace ipfire_make pychecker diff --git a/src/rootfiles/debug/pax-utils b/src/rootfiles/debug/pax-utils new file mode 100644 index 000000000..26d09543c --- /dev/null +++ b/src/rootfiles/debug/pax-utils @@ -0,0 +1,13 @@ +usr/bin/dumpelf +usr/bin/lddtree.sh +usr/bin/pspax +usr/bin/scanelf +usr/bin/scanmacho +#usr/share/doc/pax-utils +#usr/share/doc/pax-utils/BUGS +#usr/share/doc/pax-utils/README +#usr/share/doc/pax-utils/TODO +#usr/share/man/man1/dumpelf.1 +#usr/share/man/man1/pspax.1 +#usr/share/man/man1/scanelf.1 +#usr/share/man/man1/scanmacho.1