]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added new package: pax-utils.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 31 Jan 2009 17:08:44 +0000 (18:08 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 31 Jan 2009 17:08:44 +0000 (18:08 +0100)
lfs/pax-utils [new file with mode: 0644]
make.sh
src/rootfiles/debug/pax-utils [new file with mode: 0644]

diff --git a/lfs/pax-utils b/lfs/pax-utils
new file mode 100644 (file)
index 0000000..7ff93ed
--- /dev/null
@@ -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 <http://www.gnu.org/licenses/>.       #
+#                                                                             #
+###############################################################################
+
+###############################################################################
+# 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 c0263b9cd3a69a39d3ff043784490e0957f47b54..a64edda469bfdf2857a2c4e0fa7de2c6dc3cfbbf 100755 (executable)
--- 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 (file)
index 0000000..26d0954
--- /dev/null
@@ -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