mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
office/sent: Update README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
207a967b04
commit
5522c62b9a
2 changed files with 9 additions and 8 deletions
|
@ -5,7 +5,7 @@ uses plaintext files to describe the slides and can also display images.
|
|||
The presentation is displayed in a simple X11 window.
|
||||
|
||||
If you wish patches:
|
||||
Create 'patches' directory and add patches files on it. Declare
|
||||
variable PATCHES to yes (PATCHES=yes) before run SlackBuild script.
|
||||
Create 'patches' directory and add patches files on it. Declare
|
||||
variable PATCHES to yes (PATCHES=yes) before run SlackBuild script.
|
||||
|
||||
Optional dependencie: - farbfeld (include images).
|
||||
Optional dependency: farbfeld (include images).
|
||||
|
|
|
@ -66,10 +66,10 @@ mkdir -p $TMP $PKG $OUTPUT
|
|||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
|
||||
# when unpacked - not create folder
|
||||
mkdir $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -C $PRGNAM-$VERSION
|
||||
# when unpacked not create folder
|
||||
mkdir $PRGNAM-$VERSION
|
||||
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -C $PRGNAM-$VERSION
|
||||
cd $PRGNAM-$VERSION
|
||||
|
||||
# apply patches if variable PATCHES is 'yes'
|
||||
|
@ -89,11 +89,12 @@ make install \
|
|||
MANPREFIX=/usr/man \
|
||||
DESTDIR=$PKG
|
||||
|
||||
strip --strip-unneeded $PKG/usr/bin/$PRGNAM
|
||||
strip --strip-unneeded $PKG/usr/bin/$PRGNAM
|
||||
gzip -9 $PKG/usr/man/man?/*.?
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a LICENSE README.md \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
Loading…
Reference in a new issue