diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-09-23 22:24:05 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-09-23 22:24:05 +0700 |
commit | b5bc6ca0f23e4271a64c06812490d7a85d96b69e (patch) | |
tree | 1b898fef79ee8a3cb54c4b7823a9549717e3c2b2 /system/yelp/yelp.SlackBuild | |
parent | 50c86c0a3d68b3b6d71be6131f5dc21809c419e5 (diff) |
system/yelp: Updated for version 42.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/yelp/yelp.SlackBuild')
-rw-r--r-- | system/yelp/yelp.SlackBuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/system/yelp/yelp.SlackBuild b/system/yelp/yelp.SlackBuild index e0a3832aec014..a729fd28bbf61 100644 --- a/system/yelp/yelp.SlackBuild +++ b/system/yelp/yelp.SlackBuild @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=yelp -VERSION=${VERSION:-42.1} -BUILD=${BUILD:-2} +VERSION=${VERSION:-42.2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -100,7 +97,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYING* ChangeLog INSTALL NEWS README $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS COPYING* ChangeLog INSTALL NEWS README* $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild rm -f $PKG/usr/lib*/*.la |