diff options
author | tron <tron@pkgsrc.org> | 2001-05-12 05:47:25 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-05-12 05:47:25 +0000 |
commit | 66cde183f07f206bf2193a112b9e0849bba7470d (patch) | |
tree | ae7e67a6365ac32f9b40db193d72e0028575ad08 /devel/hdf5 | |
parent | e46dd25a6e0c6115c9212b2ba52a2a637252b2cd (diff) | |
download | pkgsrc-66cde183f07f206bf2193a112b9e0849bba7470d.tar.gz |
Install "h5tools" library so that the include tools will actually work.
Diffstat (limited to 'devel/hdf5')
-rw-r--r-- | devel/hdf5/Makefile | 6 | ||||
-rw-r--r-- | devel/hdf5/pkg/PLIST | 7 |
2 files changed, 11 insertions, 2 deletions
diff --git a/devel/hdf5/Makefile b/devel/hdf5/Makefile index 1a63c1a7c68..1b73f4015f1 100644 --- a/devel/hdf5/Makefile +++ b/devel/hdf5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/04/30 00:26:20 jtb Exp $ +# $NetBSD: Makefile,v 1.11 2001/05/12 05:47:25 tron Exp $ DISTNAME= hdf5-1.4.1 CATEGORIES= devel @@ -16,6 +16,10 @@ GNU_CONFIGURE= #defined USE_LIBTOOL= #defined LTCONFIG_OVERRIDE= ${WRKSRC}/bin/ltconfig +pre-install: + ${LIBTOOL} --mode=install ${BSD_INSTALL_DATA} \ + ${WRKSRC}/tools/lib/libh5tools.la ${PREFIX}/lib + post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/hdf5 ${INSTALL_DATA} ${WRKSRC}/COPYING ${WRKSRC}/README \ diff --git a/devel/hdf5/pkg/PLIST b/devel/hdf5/pkg/PLIST index 78737cb7277..7064a6da121 100644 --- a/devel/hdf5/pkg/PLIST +++ b/devel/hdf5/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2001/04/30 00:26:20 jtb Exp $ +@comment $NetBSD: PLIST,v 1.5 2001/05/12 05:47:25 tron Exp $ bin/h5debug bin/h5dump bin/h5import @@ -37,6 +37,11 @@ include/H5api_adpt.h include/H5pubconf.h include/H5public.h include/hdf5.h +lib/libh5tools.a +lib/libh5tools.la +lib/libh5tools.so +lib/libh5tools.so.0 +lib/libh5tools.so.0.0 lib/libhdf5.a lib/libhdf5.la lib/libhdf5.settings |