[28812] trunk/dports/devel

source_changes at macosforge.org source_changes at macosforge.org
Sun Sep 9 05:42:52 PDT 2007


Revision: 28812
          http://trac.macosforge.org/projects/macports/changeset/28812
Author:   simon at macports.org
Date:     2007-09-09 05:42:52 -0700 (Sun, 09 Sep 2007)

Log Message:
-----------
devel/libelf: New port, closes #12588. Thanks to jstrine at vexate.net.

Added Paths:
-----------
    trunk/dports/devel/libelf/
    trunk/dports/devel/libelf/Portfile

Added: trunk/dports/devel/libelf/Portfile
===================================================================
--- trunk/dports/devel/libelf/Portfile	                        (rev 0)
+++ trunk/dports/devel/libelf/Portfile	2007-09-09 12:42:52 UTC (rev 28812)
@@ -0,0 +1,26 @@
+# $Id$
+PortSystem 1.0
+
+name		libelf
+version		0.8.9
+categories	devel
+maintainers	jstrine at vexate.net
+description	ELF object file access library 
+homepage	http://directory.fsf.org/libs/misc/libelf.html
+platforms	darwin
+
+long_description  'Libelf' lets you read, modify or create ELF files in an \
+		   architecture-independent way. The library takes care of \
+		   size and endian issues, e.g. you can process a file for \
+		   SPARC processors on an Intel-based system.
+
+master_sites	http://www.mr511.de/software
+distname	libelf-${version}
+checksums	md5 11904a77b948bcfab671e80100b6098d \
+		sha1 9a91f9a3e43476c95a1b6024c09d84d00310f0a4
+
+depends_lib	port:gettext
+
+configure.args			--enable-compat
+build.pre_args-append		instroot=${destroot}
+destroot.pre_args-append	instroot=${destroot}


Property changes on: trunk/dports/devel/libelf/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070909/902a4962/attachment.html


More information about the macports-changes mailing list