From 8bcfb29890f0a67ae0db0e9b478c7546c2651769 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 02 Aug 2014 13:01:31 -0400 Subject: Add binary packages --- diff --git a/libltdl-dev.pkg/control b/libltdl-dev.pkg/control new file mode 100644 index 0000000..27dcf77 --- /dev/null +++ b/libltdl-dev.pkg/control @@ -0,0 +1,7 @@ +Architecture: any +Platform: all +Depends: libtool-common (>= ${Source-Version}), libltdl.7 (= ${Binary-Version}) +Description: Libtool dlopen wrapper - development files + ${Libltdl-Description} + . + This package contains development files for the Libtool dlopen wrapper. diff --git a/libltdl-dev.pkg/files b/libltdl-dev.pkg/files new file mode 100644 index 0000000..8654562 --- /dev/null +++ b/libltdl-dev.pkg/files @@ -0,0 +1,5 @@ +/usr/include/ +/usr/lib/*/libltdl.a +/usr/lib/*/libltdl.so +/usr/share/aclocal/ltdl.m4 +/usr/share/libtool/libltdl/ diff --git a/libltdl.7.pkg/control b/libltdl.7.pkg/control new file mode 100644 index 0000000..be0fd42 --- /dev/null +++ b/libltdl.7.pkg/control @@ -0,0 +1,5 @@ +Architecture: any +Platform: all +Depends: libtool-common (>= ${Source-Version}) +Description: Libtool dlopen wrapper + ${Libltdl-Description} diff --git a/libltdl.7.pkg/files b/libltdl.7.pkg/files new file mode 100644 index 0000000..b08223c --- /dev/null +++ b/libltdl.7.pkg/files @@ -0,0 +1 @@ +/usr/lib/*/libltdl.so.* diff --git a/libtool-common.pkg/control b/libtool-common.pkg/control new file mode 100644 index 0000000..3100e30 --- /dev/null +++ b/libtool-common.pkg/control @@ -0,0 +1,7 @@ +Architecture: all +Platform: all +Description: GNU Portable Library Tool - common files + ${Common-Description} + . + This package contains source package documentation for the GNU Portable Library + Tool. diff --git a/libtool-common.pkg/docs b/libtool-common.pkg/docs new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/libtool-common.pkg/docs diff --git a/libtool-doc.pkg/control b/libtool-doc.pkg/control new file mode 100644 index 0000000..bb0ac2f --- /dev/null +++ b/libtool-doc.pkg/control @@ -0,0 +1,7 @@ +Architecture: all +Platform: all +Depends: libtool-common (>= ${Source-Version}) +Description: GNU Portable Library Tool - documentation + ${Common-Description} + . + This package contains documentation for the GNU Portable Library Tool. diff --git a/libtool-doc.pkg/files b/libtool-doc.pkg/files new file mode 100644 index 0000000..f2eb93b --- /dev/null +++ b/libtool-doc.pkg/files @@ -0,0 +1,2 @@ +/usr/share/info/ +/usr/share/man/ diff --git a/libtool.pkg/control b/libtool.pkg/control new file mode 100644 index 0000000..7ef4b5e --- /dev/null +++ b/libtool.pkg/control @@ -0,0 +1,5 @@ +Architecture: all +Platform: all +Depends: libtool-common (>= ${Source-Version}) +Description: GNU Portable Library Tool + ${Common-Description} diff --git a/libtool.pkg/files b/libtool.pkg/files new file mode 100644 index 0000000..45c0131 --- /dev/null +++ b/libtool.pkg/files @@ -0,0 +1,8 @@ +/usr/bin/ +/usr/share/libtool/config/ +/usr/share/aclocal/argz.m4 +/usr/share/aclocal/libtool.m4 +/usr/share/aclocal/lt~obsolete.m4 +/usr/share/aclocal/ltoptions.m4 +/usr/share/aclocal/ltsugar.m4 +/usr/share/aclocal/ltversion.m4 diff --git a/substvars b/substvars new file mode 100644 index 0000000..fc6a3f7 --- /dev/null +++ b/substvars @@ -0,0 +1,8 @@ +Common-Description: + GNU libtool is a generic library support script. Libtool hides the complexity + of using shared libraries behind a consistent, portable interface. +Libltdl-Description: + libltdl is a small library that aims at hiding the various difficulties of + dlopening libraries from programmers. It consists of a few headers and small C + source files that can be distributed with applications that need dlopening + functionality. -- cgit v0.9.1