From 23e9ce1e3b6ac5b0d27a0313a0d1f3dceaa53cd7 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 21 Jun 2014 23:48:31 -0400 Subject: Add binary packages. --- diff --git a/libffi-dev.pkg/control b/libffi-dev.pkg/control new file mode 100644 index 0000000..24510c7 --- /dev/null +++ b/libffi-dev.pkg/control @@ -0,0 +1,8 @@ +Architecture: any +Platform: all +Depends: libffi.6 (= ${Binary-Version}) +Description: Foreign Function Interface library - development files + ${Common-Description} + . + This package provides development files for the Foreign Function Interface + library. diff --git a/libffi-dev.pkg/files b/libffi-dev.pkg/files new file mode 100644 index 0000000..07e9c27 --- /dev/null +++ b/libffi-dev.pkg/files @@ -0,0 +1,4 @@ +/usr/include/ +/usr/lib/*/libffi.a +/usr/lib/*/libffi.so +/usr/lib/*/pkgconfig/ diff --git a/libffi-doc.pkg/control b/libffi-doc.pkg/control new file mode 100644 index 0000000..f908c1b --- /dev/null +++ b/libffi-doc.pkg/control @@ -0,0 +1,7 @@ +Architecture: all +Platform: all +Depends: libffi.6 (>= ${Source-Version}) +Description: Foreign Function Interface library - documentation + ${Common-Description} + . + This package provides documentation for the Foreign Function Interface library. diff --git a/libffi-doc.pkg/files b/libffi-doc.pkg/files new file mode 100644 index 0000000..1412e51 --- /dev/null +++ b/libffi-doc.pkg/files @@ -0,0 +1 @@ +/usr/share/ diff --git a/libffi.6-dbg.pkg/control b/libffi.6-dbg.pkg/control new file mode 100644 index 0000000..6bc8350 --- /dev/null +++ b/libffi.6-dbg.pkg/control @@ -0,0 +1,8 @@ +Architecture: any +Platform: all +Depends: libffi.6 (= ${Binary-Version}) +Description: Foreign Function Interface library - debugging symbols + ${Common-Description} + . + This package provides debugging symbols for the Foreign Function Interface + library. diff --git a/libffi.6-dbg.pkg/files b/libffi.6-dbg.pkg/files new file mode 100644 index 0000000..b69d578 --- /dev/null +++ b/libffi.6-dbg.pkg/files @@ -0,0 +1 @@ +/usr/lib/debug/ diff --git a/libffi.6.pkg/control b/libffi.6.pkg/control new file mode 100644 index 0000000..7ce7641 --- /dev/null +++ b/libffi.6.pkg/control @@ -0,0 +1,4 @@ +Architecture: any +Platform: all +Description: Foreign Function Interface library + ${Common-Description} diff --git a/libffi.6.pkg/docs b/libffi.6.pkg/docs new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/libffi.6.pkg/docs diff --git a/libffi.6.pkg/files b/libffi.6.pkg/files new file mode 100644 index 0000000..99605fc --- /dev/null +++ b/libffi.6.pkg/files @@ -0,0 +1 @@ +/usr/lib/*/libffi.so.* diff --git a/substvars b/substvars new file mode 100644 index 0000000..349c3e4 --- /dev/null +++ b/substvars @@ -0,0 +1,3 @@ +Common-Description: + A foreign function interface is the popular name for the interface that allows + code written in one language to call code written in another language. -- cgit v0.9.1