[weasel-commit] Source: pax-utils=0.1.19-1

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Sat, 12 Jun 2010 20:46:14 -0400

================================
pax-utils:source=0.1.19-1
cvc rdiff pax-utils -1 /weasel.rpath.org@wgl:3-devel/0.1.19-1
================================
0.1.19-1 Filip Brcic (brcha@xxxxxxxxxxxx) Sat Jun 12 20:45:59 2010
    pax-utils 0.1.19

pax-utils.recipe: new
--- /dev/null
+++ pax-utils.recipe
@@ -0,0 +27 @@
+#
+# Copyright (c) 2010 Weasel GNU/Linux [Filip Brcic (brcha@xxxxxxxxxxxx)]
+# Distributed under the terms of the GNU General Public License v3
+#
+
+class PaxUtils(CPackageRecipe):
+    name = 'pax-utils'
+    version = '0.1.19'
+
+    buildRequires = [
+        'libcap:devel',
+        ]
+
+    shortDesc  = 'ELF related utils for ELF 32/64 binaries that can check 
files for security relevant properties'
+    url        = 'http://hardened.gentoo.org/pax-utils.xml'
+    licenses   = [ 'GPL-2' ]
+    categories = [ 'Applications/Misc' ]
+
+    def setup(r):
+        r.addArchive('mirror://gentoo/')
+
+        r.Make(
+            ' CC="%(cc)s"'
+            ' USE_CAP=yes'
+            )
+
+        r.MakeInstall()

pax-utils-0.1.19.tar.bz2: new

Committed by: brcha

Other related posts: