summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--]build18
-rw-r--r--changelog7
-rw-r--r--control6
-rw-r--r--copyright41
-rw-r--r--format2
-rw-r--r--libffi.pkg/control4
-rw-r--r--libffi.pkg/install1
7 files changed, 15 insertions, 64 deletions
diff --git a/build b/build
index 953ccba..2a40656 100644..100755
--- a/build
+++ b/build
@@ -1,16 +1,6 @@
-#! /usr/bin/make -f
+#!/usr/bin/make -f
-libffi : libffi.buildstamp
+include ../source.mk
-.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
+nop:
+ @:
diff --git a/changelog b/changelog
index 591ddad..4bd0876 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,10 @@
+libffi (3.1-1) trunk
+
+ * New upstream version.
+ * Update to SPF 2.0 and opkhelper 3.0.
+
+ -- "P. J. McDermott" <pj@pehjota.net> Sat, 21 Jun 2014 21:53:18 -0400
+
libffi (3.0.9)
* Inital release.
diff --git a/control b/control
index b73f857..4082fe0 100644
--- a/control
+++ b/control
@@ -1,3 +1,3 @@
-Source: libffi
-Version: 3.0.9
-Maintainer: Joseph Flynn <jjf22@njit.edu>
+Maintainer: "P. J. McDermott" <pj@pehjota.net>
+Build-Depends: opkhelper-3.0, dejagnu
+Homepage: https://sourceware.org/libffi/
diff --git a/copyright b/copyright
deleted file mode 100644
index 22c1c61..0000000
--- a/copyright
+++ /dev/null
@@ -1,41 +0,0 @@
-Upstream Source
-===============
-
-Location: <ftp://sourceware.org/pub/libffi/libffi-3.0.9.tar.gz>
-
-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
-<file:///usr/share/common-licenses/GPL-3>.
-
-
diff --git a/format b/format
index d3827e7..cd5ac03 100644
--- a/format
+++ b/format
@@ -1 +1 @@
-1.0
+2.0
diff --git a/libffi.pkg/control b/libffi.pkg/control
deleted file mode 100644
index c998c81..0000000
--- a/libffi.pkg/control
+++ /dev/null
@@ -1,4 +0,0 @@
-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
deleted file mode 100644
index 4439396..0000000
--- a/libffi.pkg/install
+++ /dev/null
@@ -1 +0,0 @@
-/usr/local