summaryrefslogtreecommitdiffstats
path: root/libraries/PDCurses/PDCurses.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/PDCurses/PDCurses.SlackBuild')
-rw-r--r--libraries/PDCurses/PDCurses.SlackBuild10
1 files changed, 1 insertions, 9 deletions
diff --git a/libraries/PDCurses/PDCurses.SlackBuild b/libraries/PDCurses/PDCurses.SlackBuild
index 67b94c8e71..2b208f10c1 100644
--- a/libraries/PDCurses/PDCurses.SlackBuild
+++ b/libraries/PDCurses/PDCurses.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=PDCurses
VERSION=${VERSION:-3.9}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -102,14 +102,6 @@ cd $TMP/$PRGNAM-$VERSION
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-# For the Hessling editor (THE) package build, create pkg-config meta-information
-# (Note that a /usr/bin/xcurses-config script is also created by this SlackBuild)
-mkdir -p $PKG/usr/lib${LIBDIRSUFFIX}/pkgconfig
-cp $CWD/libpdcurses-x11.pc $PKG/usr/lib${LIBDIRSUFFIX}/pkgconfig
-sed -i -e "s/LIBDIR/lib${LIBDIRSUFFIX}/" \
- -e "s/VERSION/${VERSION}/" \
- $PKG/usr/lib${LIBDIRSUFFIX}/pkgconfig/libpdcurses-x11.pc
-
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a README.md docs/HISTORY.md docs/IMPLEMNT.md docs/MANUAL.md docs/USERS.md \
$PKG/usr/doc/$PRGNAM-$VERSION