From 1043fe37f34455ce5ef8b994db89810b1e5fa76a Mon Sep 17 00:00:00 2001 From: Joseph Flynn Date: Sat, 28 Apr 2012 11:31:27 -0400 Subject: Initial commit. --- diff --git a/build b/build new file mode 100644 index 0000000..953ccba --- /dev/null +++ b/build @@ -0,0 +1,16 @@ +#! /usr/bin/make -f + +libffi : libffi.buildstamp + +.SILENT: libffi.buildstamp +libffi.buildstamp: + cd src && \ + ./configure --prefix=/usr && \ + make && make DESTDIR=$$(pwd)/../dest install + oh-strip -gl /usr/local/lib/libffi.so + oh-strip -gl /usr/local/lib/libffi.so.5 + oh-installfiles libffi + oh-installdocs libffi + oh-gencontrol libffi + oh-buildopk libffi + touch libffi.buildstamp diff --git a/changelog b/changelog new file mode 100644 index 0000000..591ddad --- /dev/null +++ b/changelog @@ -0,0 +1,5 @@ +libffi (3.0.9) + + * Inital release. + -- Joseph Flynn Sat, 28 Apr 2012 10:33:14 -0400 + diff --git a/control b/control new file mode 100644 index 0000000..b73f857 --- /dev/null +++ b/control @@ -0,0 +1,3 @@ +Source: libffi +Version: 3.0.9 +Maintainer: Joseph Flynn diff --git a/copyright b/copyright new file mode 100644 index 0000000..22c1c61 --- /dev/null +++ b/copyright @@ -0,0 +1,41 @@ +Upstream Source +=============== + +Location: + +libffi +------ + +libffi - Copyright (c) 1996-2009 Anthony Green, Red Hat, Inc and others. +See source files for details. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +``Software''), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +Distribution Packaging +====================== + +Copyright (C) 2012 Joseph Flynn + +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. + +On this system, a copy of the GNU General Public License may be found at +. + + diff --git a/format b/format new file mode 100644 index 0000000..d3827e7 --- /dev/null +++ b/format @@ -0,0 +1 @@ +1.0 diff --git a/libffi.pkg/control b/libffi.pkg/control new file mode 100644 index 0000000..c998c81 --- /dev/null +++ b/libffi.pkg/control @@ -0,0 +1,4 @@ +Package: libffi +Architecture: any +Description: libffi Portable Foreign Function Interface Libary + The libffi library provides a portable, high level programming interface to various calling conventions. diff --git a/libffi.pkg/install b/libffi.pkg/install new file mode 100644 index 0000000..4439396 --- /dev/null +++ b/libffi.pkg/install @@ -0,0 +1 @@ +/usr/local -- cgit v0.9.1