[weasel-commit] Source: chrpath=0.13-1

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Sat, 12 Jun 2010 18:08:52 -0400

================================
chrpath:source=0.13-1
cvc rdiff chrpath -1 /weasel.rpath.org@wgl:3-devel/0.13-1
================================
0.13-1 Filip Brcic (brcha@xxxxxxxxxxxx) Sat Jun 12 18:08:39 2010
    chrpath 0.13

chrpath.recipe: new
--- /dev/null
+++ chrpath.recipe
@@ -0,0 +28 @@
+#
+# Copyright (c) 2010 Weasel GNU/Linux [Filip Brcic (brcha@xxxxxxxxxxxx)]
+# Distributed under the terms of the GNU General Public License v3
+#
+
+class Chrpath(AutoPackageRecipe):
+    name = 'chrpath'
+    version = '0.13'
+
+    buildRequires = []
+
+    shortDesc  = 'chrpath can modify the rpath and runpath of ELF executables'
+    longDesc   = """
+chrpath allows you to modify the dynamic library load path (rpath) of
+compiled programs.  Currently, only removing and modifying the rpath
+is supported.  Eventually, I hope to be able to add an rpath if it is
+missing.
+"""
+    url        = 'http://directory.fsf.org/project/chrpath/'
+    licenses   = [ 'GPL-2' ]
+    categories = [ 'Applications/Administration' ]
+
+    def unpack(r):
+        
r.addArchive('http://ftp.tux.org/pub/X-Windows/ftp.hungry.com/chrpath/')
+
+    def makeinstall(r):
+        r.Install('chrpath', '%(bindir)s/')
+        r.Install('chrpath.1', '%(mandir)s/man1/')

chrpath-0.13.tar.gz: new

Committed by: brcha

Other related posts: