summaryrefslogtreecommitdiffstats
path: root/libraries/hdf
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/hdf')
-rw-r--r--libraries/hdf/README10
-rw-r--r--libraries/hdf/hdf.SlackBuild4
2 files changed, 8 insertions, 6 deletions
diff --git a/libraries/hdf/README b/libraries/hdf/README
index 10e86360f3..d2c0af2c48 100644
--- a/libraries/hdf/README
+++ b/libraries/hdf/README
@@ -1,5 +1,5 @@
-Hierarchical Data Format is a physical file format for storing scientific data.
-At its highest level, HDF is a collection of utilities and applications for
-manipulating, viewing, and analyzing data in HDF files. Between these levels,
-HDF is a software library that provides high-level APIs and a low-level data
-interface.
+Hierarchical Data Format is a physical file format for storing
+scientific data. At its highest level, HDF is a collection of
+utilities and applications for manipulating, viewing, and analyzing
+data in HDF files. Between these levels, HDF is a software library
+that provides high-level APIs and a low-level data interface.
diff --git a/libraries/hdf/hdf.SlackBuild b/libraries/hdf/hdf.SlackBuild
index 9010666731..cdc18724c6 100644
--- a/libraries/hdf/hdf.SlackBuild
+++ b/libraries/hdf/hdf.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=hdf
VERSION=${VERSION:-4.2.15}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -109,6 +109,8 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a COPYING README.txt $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
+rm -f $PKG/usr/lib*/*.la
+
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc