diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-02-03 05:33:25 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-02-03 05:33:25 +0000 |
commit | 213e99d713c1c40d5b26a32d270fd6cb69c924e1 (patch) | |
tree | 188165589677f2295b81cf2e00af3fb433d9e106 /devel/libtool-info | |
parent | a070d54635d053fb0d8322f3a3cd34151dfe3866 (diff) | |
download | pkgsrc-213e99d713c1c40d5b26a32d270fd6cb69c924e1.tar.gz |
Rip apart libtool into "base" and "info" part.
This is (only) the info pages.
Reason for the ripout:
* To build the info pages, you need gtexinfo
* to build gtexinfo, you need zlib
* zlib is a library, which can be built with libtool. (Now, after this
chicken-and-egg situation is resolved :-)
Diffstat (limited to 'devel/libtool-info')
-rw-r--r-- | devel/libtool-info/Makefile | 24 | ||||
-rw-r--r-- | devel/libtool-info/pkg/COMMENT | 1 | ||||
-rw-r--r-- | devel/libtool-info/pkg/DESCR | 8 | ||||
-rw-r--r-- | devel/libtool-info/pkg/PLIST | 8 |
4 files changed, 41 insertions, 0 deletions
diff --git a/devel/libtool-info/Makefile b/devel/libtool-info/Makefile new file mode 100644 index 00000000000..f61d717d511 --- /dev/null +++ b/devel/libtool-info/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/02/03 05:33:25 hubertf Exp $ +# + +.include "../libtool/Makefile.common" + +PKGNAME= ${DISTNAME:C/-/-info-/}${PKGREV} + +USE_GTEXINFO= yes + +# It seems the info-files distributed with libtool 1.3.5 are broken. +# To test, type "info libtool|" and hold down space. See it stop with a +# ``Cannot find the node "(/usr/pkg/info/libtool.info)Linking executables"'' +# error. Simply making sure the info-files get re-done works here. +post-extract: + ${RM} -f ${WRKSRC}/doc/libtool.info* + +do-build: + cd ${WRKSRC}/doc ; ${MAKE_PROGRAM} + +do-install: + cd ${WRKSRC}/doc ; ${MAKE_PROGRAM} install + + +.include "../../mk/bsd.pkg.mk" diff --git a/devel/libtool-info/pkg/COMMENT b/devel/libtool-info/pkg/COMMENT new file mode 100644 index 00000000000..07e226cdb26 --- /dev/null +++ b/devel/libtool-info/pkg/COMMENT @@ -0,0 +1 @@ +Generic shared library support script - info pages diff --git a/devel/libtool-info/pkg/DESCR b/devel/libtool-info/pkg/DESCR new file mode 100644 index 00000000000..a97e63f2a35 --- /dev/null +++ b/devel/libtool-info/pkg/DESCR @@ -0,0 +1,8 @@ +This is GNU Libtool, a generic library support script. Libtool hides +the complexity of using shared libraries behind a consistent, portable +interface. + +To use libtool, add the new generic library building commands to your +Makefile, Makefile.in, or Makefile.am. + +This package contains the info pages for libtool. diff --git a/devel/libtool-info/pkg/PLIST b/devel/libtool-info/pkg/PLIST new file mode 100644 index 00000000000..32bed4ea217 --- /dev/null +++ b/devel/libtool-info/pkg/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/02/03 05:33:25 hubertf Exp $ +@unexec install-info --delete %D/info/libtool.info %D/info/dir +info/libtool.info +info/libtool.info-1 +info/libtool.info-2 +info/libtool.info-3 +info/libtool.info-4 +@exec install-info %D/info/libtool.info %D/info/dir |