mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/libcsv: Fix docs.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
475a955a37
commit
27b2adc94b
1 changed files with 5 additions and 1 deletions
|
@ -10,6 +10,9 @@
|
|||
# maintaining it there... there hasn't been a new release yet, but
|
||||
# there have been some bugfixes that are worth having.
|
||||
|
||||
# 20220412 bkw: BUILD=2
|
||||
# - add SlackBuild to doc dir.
|
||||
|
||||
# 20220126 bkw:
|
||||
# - take over maintenance.
|
||||
# - relicense as WTFPL, with permission from Tarantino.
|
||||
|
@ -21,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=libcsv
|
||||
VERSION=${VERSION:-"3.0.3+20210820_b1d5212"}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
@ -88,6 +91,7 @@ gzip -9 $PKG/usr/man/man*/*
|
|||
PKGDOC=$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
mkdir -p $PKGDOC
|
||||
cp -a examples COPYING* ChangeLog FAQ README $PKGDOC
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKGDOC/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
|
Loading…
Reference in a new issue