diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-06-21 23:48:31 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-06-21 23:48:31 (EDT) |
commit | 23e9ce1e3b6ac5b0d27a0313a0d1f3dceaa53cd7 (patch) | |
tree | d6726cd785613de678fce94c9a0ad928a6cbaf97 | |
parent | e50e33c2c1e6d5cc619b14e1e808c5c44703e761 (diff) |
Add binary packages.
-rw-r--r-- | libffi-dev.pkg/control | 8 | ||||
-rw-r--r-- | libffi-dev.pkg/files | 4 | ||||
-rw-r--r-- | libffi-doc.pkg/control | 7 | ||||
-rw-r--r-- | libffi-doc.pkg/files | 1 | ||||
-rw-r--r-- | libffi.6-dbg.pkg/control | 8 | ||||
-rw-r--r-- | libffi.6-dbg.pkg/files | 1 | ||||
-rw-r--r-- | libffi.6.pkg/control | 4 | ||||
-rw-r--r-- | libffi.6.pkg/docs | 0 | ||||
-rw-r--r-- | libffi.6.pkg/files | 1 | ||||
-rw-r--r-- | substvars | 3 |
10 files changed, 37 insertions, 0 deletions
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. |